Package nl.b3p
Class GH522NhrToStagingToRsgbIntegrationTest
java.lang.Object
nl.b3p.AbstractDatabaseIntegrationTest
nl.b3p.GH522NhrToStagingToRsgbIntegrationTest
Integratie test om een nHR dataservice soap bericht te laden en te transformeren, bevat een
testcase voor laden van nevenvestigingen.
Draaien met:
Draaien met:
mvn -Dit.test=GH522NhrToStagingToRsgbIntegrationTest -Dtest.onlyITs=true
verify -Ppostgresql -pl :brmo-loader > /tmp/postgresql.log
voor bijvoorbeeld PostgreSQL-
Field Summary
Fields inherited from class nl.b3p.AbstractDatabaseIntegrationTest
isOracle, isPostgis, params
-
Constructor Summary
-
Method Summary
Methods inherited from class nl.b3p.AbstractDatabaseIntegrationTest
checkDatabaseIsProvided, endTest, loadProps, startTest
-
Constructor Details
-
GH522NhrToStagingToRsgbIntegrationTest
public GH522NhrToStagingToRsgbIntegrationTest()
-
-
Method Details
-
argumentsProvider
-
setUp
Description copied from class:AbstractDatabaseIntegrationTest
subklassen dienen zelf een setup te hebben.- Specified by:
setUp
in classAbstractDatabaseIntegrationTest
- Throws:
Exception
- if any
-
cleanup
- Throws:
Exception
-
testNhrXMLToStagingToRsgb
@DisplayName("NHR to STAGING to RSGB") @ParameterizedTest(name="case #{index}: bestand: {0}") @MethodSource("argumentsProvider") public void testNhrXMLToStagingToRsgb(String bestandNaam, Map<String, Integer> rowCounts) throws Exception- Throws:
Exception
-