Package nl.b3p
Class Brk2ToStagingToRsgbBrkIntegrationTest
java.lang.Object
nl.b3p.AbstractDatabaseIntegrationTest
nl.b3p.Brk2ToStagingToRsgbBrkIntegrationTest
Draaien met:
mvn -Dit.test=Brk2ToStagingToRsgbBrkIntegrationTest -Dtest.onlyITs=true
verify -Ppostgresql -pl brmo-loader > /tmp/postgresql.log
of mvn
-Dit.test=Brk2ToStagingToRsgbBrkIntegrationTest -Dtest.onlyITs=true verify -Poracle -pl
brmo-loader > /tmp/oracle.log
voor Oracle.- Author:
- mprins
-
Field Summary
Fields inherited from class nl.b3p.AbstractDatabaseIntegrationTest
isOracle, isPostgis, params
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
cleanup()
void
setUp()
subklassen dienen zelf een setup te hebben.(package private) void
testBericht
(String bestandNaam, String objectRef, int aantalRecht, int aantalStuk, int aantalStukdeel, int aantalNP, int aantalNNP, int aantalAdres, int aantalKadObjLocatie, int aantalPubliekRBeperking, int aantalOnrndZkBeperking, int aantalFiliatie, int aantalAantekeningRecht, int aantalIsbelastmetRecht, int aantalIsbeperkttotRecht) Methods inherited from class nl.b3p.AbstractDatabaseIntegrationTest
checkDatabaseIsProvided, endTest, loadProps, startTest
-
Constructor Details
-
Brk2ToStagingToRsgbBrkIntegrationTest
Brk2ToStagingToRsgbBrkIntegrationTest()
-
-
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
-
testBericht
@DisplayName("BRK2 XML in staging laden en transformeren") @ParameterizedTest(name="testBrk2XMLToStagingToRsgb #{index}: bestand: {0}, object ref: {1}") @MethodSource("argumentsProvider") void testBericht(String bestandNaam, String objectRef, int aantalRecht, int aantalStuk, int aantalStukdeel, int aantalNP, int aantalNNP, int aantalAdres, int aantalKadObjLocatie, int aantalPubliekRBeperking, int aantalOnrndZkBeperking, int aantalFiliatie, int aantalAantekeningRecht, int aantalIsbelastmetRecht, int aantalIsbeperkttotRecht) throws Exception - Throws:
Exception
-