Package nl.b3p
Class BedrijfAlsFuntionarisNhrToStagingToRsgbIntegrationTest
java.lang.Object
nl.b3p.AbstractDatabaseIntegrationTest
nl.b3p.BedrijfAlsFuntionarisNhrToStagingToRsgbIntegrationTest
public class BedrijfAlsFuntionarisNhrToStagingToRsgbIntegrationTest
extends AbstractDatabaseIntegrationTest
Integratie test om een nHR dataservice soap bericht te laden en te transformeren, bevat testcases
voor bedrijven met bedrijf als functionaris.
Draaien met:
Draaien met:
mvn -Dit.test=BedrijfAlsFuntionarisNhrToStagingToRsgbIntegrationTest
-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
-
BedrijfAlsFuntionarisNhrToStagingToRsgbIntegrationTest
public BedrijfAlsFuntionarisNhrToStagingToRsgbIntegrationTest()
-
-
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
-