Package nl.b3p
Class NhrToStagingToRsgbIntegrationTest
java.lang.Object
nl.b3p.AbstractDatabaseIntegrationTest
nl.b3p.NhrToStagingToRsgbIntegrationTest
Integratie test om een nhr dataservice soap bericht te laden en te transformeren, bevat een
testcase voor mantis10752.
Draaien met:
Draaien met:
mvn -Dit.test=NhrToStagingToRsgbIntegrationTest -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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
void
setUp()
subklassen dienen zelf een setup te hebben.void
testNhrXMLToStagingToRsgb
(String bestandNaam, long aantalBerichten, long aantalProcessen, long aantalPrs, long aantalSubj, long aantalNiet_nat_prs, long aantalNat_prs, String vestgID, long aantalVestg_activiteit, long kvkNummer, String[] sbiCodes, int aantalFunctionarissen) Methods inherited from class nl.b3p.AbstractDatabaseIntegrationTest
checkDatabaseIsProvided, endTest, loadProps, startTest
-
Constructor Details
-
NhrToStagingToRsgbIntegrationTest
public NhrToStagingToRsgbIntegrationTest()
-
-
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
-
testNhrXMLToStagingToRsgb
@DisplayName("NHR to STAGING to RSGB") @ParameterizedTest(name="case #{index}: bestand: {0}") @MethodSource("argumentsProvider") public void testNhrXMLToStagingToRsgb(String bestandNaam, long aantalBerichten, long aantalProcessen, long aantalPrs, long aantalSubj, long aantalNiet_nat_prs, long aantalNat_prs, String vestgID, long aantalVestg_activiteit, long kvkNummer, String[] sbiCodes, int aantalFunctionarissen) throws Exception - Throws:
Exception
-