Package com.takenoko.layers.irrigation
Class IrrigationChannelPositionTest.TestConstructor
java.lang.Object
com.takenoko.layers.irrigation.IrrigationChannelPositionTest.TestConstructor
- Enclosing class:
- IrrigationChannelPositionTest
@Nested
@DisplayName("test constructor")
class IrrigationChannelPositionTest.TestConstructor
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
Constructor Details
-
TestConstructor
TestConstructor()
-
-
Method Details
-
ifTheIrrigationChannelPositionsAreTheSameThenThrowAnException
@Test @DisplayName("if the irrigation channel positions are the same then throw an exception") void ifTheIrrigationChannelPositionsAreTheSameThenThrowAnException() -
ifTheIrrigationChannelPositionsAreNotAdjacentThenThrowAnException
@Test @DisplayName("if the irrigation channel positions are not adjacent then throw an exception") void ifTheIrrigationChannelPositionsAreNotAdjacentThenThrowAnException()
-