Package nl.b3p
Class TopNLIntegrationTest
java.lang.Object
nl.b3p.AbstractDatabaseIntegrationTest
nl.b3p.TopNLIntegrationTest
Draaien met:
mvn -Dit.test=TopNLIntegrationTest -Dtest.onlyITs=true verify -Ppostgresql
-pl brmo-loader > /tmp/postgresql.log
voor bijvoorbeeld PostgreSQL of mvn
-Dit.test=TopNLIntegrationTest -Dtest.onlyITs=true verify -Poracle > target/oracle.log
voor
Oracle.- Author:
- Mark Prins
-
Field Summary
Fields inherited from class nl.b3p.AbstractDatabaseIntegrationTest
isOracle, isPostgis, params
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
void
loadTopNLInStaging
(TopNLType bestandType, String bestandNaam, long aantalBerichten, long aantalProcessen, String lpGebied) void
processTopNL
(TopNLType bestandType, String bestandNaam, long aantalBerichten, long aantalProcessen, String lpGebied) void
setUp()
subklassen dienen zelf een setup te hebben.Methods inherited from class nl.b3p.AbstractDatabaseIntegrationTest
checkDatabaseIsProvided, endTest, loadProps, startTest
-
Constructor Details
-
TopNLIntegrationTest
public TopNLIntegrationTest()
-
-
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
-
loadTopNLInStaging
@DisplayName("TopNL in Staging") @ParameterizedTest(name="argumenten #{index}: type: {0}, bestand: {1}, gebied: {4}") @MethodSource("argumentsProvider") public void loadTopNLInStaging(TopNLType bestandType, String bestandNaam, long aantalBerichten, long aantalProcessen, String lpGebied) throws BrmoException - Throws:
BrmoException
-
processTopNL
@DisplayName("verwerk TopNL") @ParameterizedTest(name="argumenten rij {index}: type: {0}, bestand: {1}, gebied: {4}") @MethodSource("argumentsProvider") public void processTopNL(TopNLType bestandType, String bestandNaam, long aantalBerichten, long aantalProcessen, String lpGebied) throws Exception - Throws:
Exception
-