Package nl.b3p
Class Brk2StandMutatieGedeeldeStukkenVerwerkingIntegrationTest
java.lang.Object
nl.b3p.AbstractDatabaseIntegrationTest
nl.b3p.Brk2StandMutatieGedeeldeStukkenVerwerkingIntegrationTest
@Tag("skip-flakey-pgsql-github")
class Brk2StandMutatieGedeeldeStukkenVerwerkingIntegrationTest
extends AbstractDatabaseIntegrationTest
Testcases voor 1 of meer objecten uit stand en per object 1 mutatie. Draaien met:
mvn
-Dit.test=Brk2StandMutatieGedeeldeStukkenVerwerkingIntegrationTest -Dtest.onlyITs=true verify
-Ppostgresql -pl brmo-loader > /tmp/postgresql.log
of mvn
-Dit.test=Brk2StandMutatieGedeeldeStukkenVerwerkingIntegrationTest -Dtest.onlyITs=true verify
-Poracle -pl brmo-loader > /tmp/oracle.log
voor Oracle.- Author:
- mprins
- To Do:
- Deze test draait niet op github omdat er nogal eens een database fout optreed.
-
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
testBerichten
(String[] bestandNamen, String[] mutatieBestandNamen, Set<String> objectRefs, Set<String> rechtenStand, Set<String> stukkenStand, Set<String> stukdelenStand, Set<String> rechtenMutaties, 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
-
Brk2StandMutatieGedeeldeStukkenVerwerkingIntegrationTest
Brk2StandMutatieGedeeldeStukkenVerwerkingIntegrationTest()
-
-
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
-
testBerichten
@DisplayName("BRK2 XML in staging laden en transformeren, daarna mutaties toepassen") @ParameterizedTest(name="testBerichten #{index}: object refs: {1}") @MethodSource("argumentsProvider") void testBerichten(String[] bestandNamen, String[] mutatieBestandNamen, Set<String> objectRefs, Set<String> rechtenStand, Set<String> stukkenStand, Set<String> stukdelenStand, Set<String> rechtenMutaties, Set<String> stukkenMutaties, Set<String> stukdelenMutaties, int aantalKadObjLocatie, int aantalPubliekRBeperking, int aantalOnrndZkBeperking, int aantalFiliatie) throws Exception - Throws:
Exception
-