Package nl.b3p.topnl
Class DatabaseTest
java.lang.Object
nl.b3p.topnl.TestUtil
nl.b3p.topnl.DatabaseTest
- Author:
- Meine Toonen meinetoonen@b3partners.nl, mprins
-
Field Summary
Fields inherited from class nl.b3p.topnl.TestUtil
datasource, run, useDB
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
testSaveGebouw
(TopNLType type) void
void
testSaveHoogte
(TopNLType type) void
void
testSavePlaats
(TopNLType type) void
void
void
testSaveRelief
(TopNLType type) void
void
void
void
testSaveTerrein
(TopNLType type) void
testSaveWegdeel
(TopNLType type) void
testWaterdeel
(TopNLType type) Methods inherited from class nl.b3p.topnl.TestUtil
endTest, executeScript, setUpClass, startTest
-
Constructor Details
-
DatabaseTest
public DatabaseTest()
-
-
Method Details
-
testSaveHoogte
@ParameterizedTest(name="{index}: testen Hoogte met database voor: {0}") @EnumSource(nl.b3p.topnl.TopNLType.class) public void testSaveHoogte(TopNLType type) throws Exception - Throws:
Exception
-
testSavePlanTopografie
@ParameterizedTest(name="{index}: testen PlanTopografie met database voor: {0}") @EnumSource(nl.b3p.topnl.TopNLType.class) public void testSavePlanTopografie(TopNLType type) throws SQLException, ParseException, org.locationtech.jts.io.ParseException - Throws:
SQLException
ParseException
org.locationtech.jts.io.ParseException
-
testSaveGebouw
@ParameterizedTest(name="{index}: testen Gebouw met database voor: {0}") @EnumSource(nl.b3p.topnl.TopNLType.class) public void testSaveGebouw(TopNLType type) throws SQLException, ParseException, org.locationtech.jts.io.ParseException - Throws:
SQLException
ParseException
org.locationtech.jts.io.ParseException
-
testSaveGeografischGebied
@ParameterizedTest(name="{index}: testen GeografischGebied met database voor: {0}") @EnumSource(nl.b3p.topnl.TopNLType.class) public void testSaveGeografischGebied(TopNLType type) throws SQLException, ParseException, org.locationtech.jts.io.ParseException - Throws:
SQLException
ParseException
org.locationtech.jts.io.ParseException
-
testSaveInrichtingselement
@ParameterizedTest(name="{index}: testen Inrichtingselement met database voor: {0}") @EnumSource(nl.b3p.topnl.TopNLType.class) public void testSaveInrichtingselement(TopNLType type) throws SQLException, ParseException, org.locationtech.jts.io.ParseException - Throws:
SQLException
ParseException
org.locationtech.jts.io.ParseException
-
testSavePlaats
@ParameterizedTest(name="{index}: testen Plaats met database voor: {0}") @EnumSource(nl.b3p.topnl.TopNLType.class) public void testSavePlaats(TopNLType type) throws SQLException, ParseException, org.locationtech.jts.io.ParseException - Throws:
SQLException
ParseException
org.locationtech.jts.io.ParseException
-
testSaveRegistratiefGebied
@ParameterizedTest(name="{index}: testen RegistratiefGebied met database voor: {0}") @EnumSource(nl.b3p.topnl.TopNLType.class) public void testSaveRegistratiefGebied(TopNLType type) throws SQLException, ParseException, org.locationtech.jts.io.ParseException - Throws:
SQLException
ParseException
org.locationtech.jts.io.ParseException
-
testSaveRelief
@ParameterizedTest(name="{index}: testen Relief met database voor: {0}") @EnumSource(nl.b3p.topnl.TopNLType.class) public void testSaveRelief(TopNLType type) throws SQLException, ParseException, org.locationtech.jts.io.ParseException - Throws:
SQLException
ParseException
org.locationtech.jts.io.ParseException
-
testSaveReliefEmptyTaludGeoms
@ParameterizedTest(name="{index}: testen Relief met database voor: {0}") @EnumSource(nl.b3p.topnl.TopNLType.class) public void testSaveReliefEmptyTaludGeoms(TopNLType type) throws SQLException, ParseException, org.locationtech.jts.io.ParseException - Throws:
SQLException
ParseException
org.locationtech.jts.io.ParseException
-
testSaveReliefEmptyHoofdGeom
@ParameterizedTest(name="{index}: testen Relief met database voor: {0}") @EnumSource(nl.b3p.topnl.TopNLType.class) public void testSaveReliefEmptyHoofdGeom(TopNLType type) throws SQLException, ParseException, org.locationtech.jts.io.ParseException - Throws:
SQLException
ParseException
org.locationtech.jts.io.ParseException
-
testSaveSpoorbaandeel
@ParameterizedTest(name="{index}: testen Spoorbaandeel met database voor: {0}") @EnumSource(nl.b3p.topnl.TopNLType.class) public void testSaveSpoorbaandeel(TopNLType type) throws SQLException, ParseException, org.locationtech.jts.io.ParseException - Throws:
SQLException
ParseException
org.locationtech.jts.io.ParseException
-
testSaveTerrein
@ParameterizedTest(name="{index}: testen met database voor: {0}") @EnumSource(nl.b3p.topnl.TopNLType.class) public void testSaveTerrein(TopNLType type) throws SQLException, ParseException, org.locationtech.jts.io.ParseException - Throws:
SQLException
ParseException
org.locationtech.jts.io.ParseException
-
testWaterdeel
@ParameterizedTest(name="{index}: testen Waterdeel met database voor: {0}") @EnumSource(nl.b3p.topnl.TopNLType.class) public void testWaterdeel(TopNLType type) throws SQLException, ParseException, org.locationtech.jts.io.ParseException - Throws:
SQLException
ParseException
org.locationtech.jts.io.ParseException
-
testSaveFunctioneelgebied
@ParameterizedTest(name="{index}: testen FunctioneelGebied met database voor: {0}") @EnumSource(nl.b3p.topnl.TopNLType.class) public void testSaveFunctioneelgebied(TopNLType type) throws SQLException, ParseException, org.locationtech.jts.io.ParseException - Throws:
SQLException
ParseException
org.locationtech.jts.io.ParseException
-
testSaveWegdeel
@ParameterizedTest(name="{index}: testen Wegdeel met database voor: {0}") @EnumSource(nl.b3p.topnl.TopNLType.class) public void testSaveWegdeel(TopNLType type) throws SQLException, ParseException, org.locationtech.jts.io.ParseException - Throws:
SQLException
ParseException
org.locationtech.jts.io.ParseException
-