Package nl.b3p
Class WozXMLToStagingIntegrationTest
java.lang.Object
nl.b3p.AbstractDatabaseIntegrationTest
nl.b3p.WozXMLToStagingIntegrationTest
@Tag("skip-windows-java11")
public class WozXMLToStagingIntegrationTest
extends AbstractDatabaseIntegrationTest
Draaien met:
mvn -Dit.test=WozXMLToStagingIntegrationTest -Dtest.onlyITs=true verify -pl
brmo-loader -Ppostgresql > /tmp/postgresql.log voor bijvoorbeeld PostgreSQL of mvn
-Dit.test=WozXMLToStagingIntegrationTest -Dtest.onlyITs=true verify -pl brmo-loader -Poracle >
/tmp/oracle.log voor oracle.- 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.voidtestWozBerichtToStagingToRsgb(String bestandNaam, long aantalBerichten, long aantalProcessen, String[] objectRefs, String objNummer, Number grondoppervlakte, Number gemCode, String wsCode, String[][] wozBelang, String[] deelObjectNums, String[] wozOmvatKadIdentif, long aantalBrondocumenten) Methods inherited from class nl.b3p.AbstractDatabaseIntegrationTest
checkDatabaseIsProvided, endTest, loadProps, startTest
-
Constructor Details
-
WozXMLToStagingIntegrationTest
public WozXMLToStagingIntegrationTest()
-
-
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
-
testWozBerichtToStagingToRsgb
@ParameterizedTest(name="testWozBerichtToStagingToRsgb #{index}: bestand: {0}") @MethodSource("argumentsProvider") public void testWozBerichtToStagingToRsgb(String bestandNaam, long aantalBerichten, long aantalProcessen, String[] objectRefs, String objNummer, Number grondoppervlakte, Number gemCode, String wsCode, String[][] wozBelang, String[] deelObjectNums, String[] wozOmvatKadIdentif, long aantalBrondocumenten) throws Exception - Throws:
Exception
-