Package nl.b3p
Class Brk2StandMutatieVerwerkingIntegrationTest
java.lang.Object
nl.b3p.AbstractDatabaseIntegrationTest
nl.b3p.Brk2StandMutatieVerwerkingIntegrationTest
Draaien met:
mvn -Dit.test=Brk2StandMutatieVerwerkingIntegrationTest -Dtest.onlyITs=true
verify -Ppostgresql -pl brmo-loader > /tmp/postgresql.log
of mvn
-Dit.test=Brk2StandMutatieVerwerkingIntegrationTest -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[] mutatieBestandNamen, String objectRef, Set<String> rechtenStand, Set<String> stukkenStand, Set<String> stukdelenStand, Set<String> rechtenMutaties, Set<String> rechtenMutatiesLaatste, Set<String> stukkenMutaties, Set<String> stukdelenMutaties, int aantalKadObjLocatie, int aantalPubliekRBeperking, int aantalOnrndZkBeperking, int aantalFiliatie) Methods inherited from class nl.b3p.AbstractDatabaseIntegrationTest
checkDatabaseIsProvided, endTest, loadProps, startTest
-
Constructor Details
-
Brk2StandMutatieVerwerkingIntegrationTest
Brk2StandMutatieVerwerkingIntegrationTest()
-
-
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, daarna mutaties toepassen") @ParameterizedTest(name="testBrk2XMLToStagingToRsgb #{index}: bestand: {0}, object ref: {1}") @MethodSource("argumentsProvider") void testBericht(String bestandNaam, String[] mutatieBestandNamen, String objectRef, Set<String> rechtenStand, Set<String> stukkenStand, Set<String> stukdelenStand, Set<String> rechtenMutaties, Set<String> rechtenMutatiesLaatste, Set<String> stukkenMutaties, Set<String> stukdelenMutaties, int aantalKadObjLocatie, int aantalPubliekRBeperking, int aantalOnrndZkBeperking, int aantalFiliatie) throws Exception - Throws:
Exception
-