Package nl.b3p
Class GBAVXMLToStagingIntegrationTest
java.lang.Object
nl.b3p.AbstractDatabaseIntegrationTest
nl.b3p.GBAVXMLToStagingIntegrationTest
Draaien met:
mvn -Dit.test=GBAVXMLToStagingIntegrationTest -Dtest.onlyITs=true verify
-Ppostgresql -pl brmo-loader > /tmp/postgresql.log voor bijvoorbeeld PostgreSQL.- Author:
- Mark Prins
-
Field Summary
Fields inherited from class nl.b3p.AbstractDatabaseIntegrationTest
isOracle, isPostgis, params -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()voidsetUp()subklassen dienen zelf een setup te hebben.voidtestGbavBerichtToStagingToRsgb(String bestandType, String bestandNaam, long aantalBerichten, long aantalProcessen, long aantalSubject, String aNummer, String bsnNummer, String achterNaam, String aandNaamgebruik, String geslacht) Methods inherited from class nl.b3p.AbstractDatabaseIntegrationTest
checkDatabaseIsProvided, endTest, loadProps, startTest
-
Constructor Details
-
GBAVXMLToStagingIntegrationTest
public GBAVXMLToStagingIntegrationTest()
-
-
Method Details
-
argumentsProvider
-
setUp
Description copied from class:AbstractDatabaseIntegrationTestsubklassen dienen zelf een setup te hebben.- Specified by:
setUpin classAbstractDatabaseIntegrationTest- Throws:
Exception- if any
-
cleanup
- Throws:
Exception
-
testGbavBerichtToStagingToRsgb
@DisplayName("insertOntbrekendeKlantAfgiftenummers") @ParameterizedTest(name="{index}: type: {0}, bestand: {1}") @MethodSource("argumentsProvider") public void testGbavBerichtToStagingToRsgb(String bestandType, String bestandNaam, long aantalBerichten, long aantalProcessen, long aantalSubject, String aNummer, String bsnNummer, String achterNaam, String aandNaamgebruik, String geslacht) throws Exception - Throws:
Exception
-