public abstract class JSPIntegrationTest extends IntegrationTestConstants
Modifier and Type | Field and Description |
---|---|
protected static CloseableHttpClient |
client
test client.
|
protected org.apache.http.HttpResponse |
response
test response.
|
static String |
RESPONSEPROLOG
validation string.
|
BASE_TEST_URL
Constructor and Description |
---|
JSPIntegrationTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
boilerplateValidationTests(org.apache.http.HttpResponse response)
response validatie test tegen validator.nu
|
void |
closeConnection()
http verbindingen sluiten na afloop testcases.
|
static void |
disconnect()
close http connecties.
|
void |
prepareTestCase()
voorbereidingen voor testcases.
|
static void |
setUpClass()
init XMLUnit.
|
abstract void |
testIfValidResponse()
test of de response geldig is.
|
protected static CloseableHttpClient client
public static final String RESPONSEPROLOG
protected org.apache.http.HttpResponse response
public static void disconnect() throws Exception
Exception
- als er een fout optreed tijdens afsluiten connecties.protected void boilerplateValidationTests(org.apache.http.HttpResponse response) throws Exception
response
- test objectException
- als er een fout optreedt tijdens de test.public void closeConnection() throws Exception
Exception
- als er een fout optreedt bij het afsluiten.public void prepareTestCase()
Copyright © 2012–2014 Ministerie EZ. All rights reserved.