Class Test_ArtificialGamePosition
java.lang.Object
test.Test_ArtificialGamePosition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrandomSeeds(int count, String seed_name) (package private) void(package private) voidtestTrees1(long seed) (package private) voidtestTrees2(long seed)
-
Constructor Details
-
Test_ArtificialGamePosition
Test_ArtificialGamePosition()
-
-
Method Details
-
randomSeeds
-
randomSeeds1
-
randomSeeds2
-
testSpecificTrees
@Test void testSpecificTrees() -
testTrees1
@ParameterizedTest @MethodSource("randomSeeds1") void testTrees1(long seed) -
testTrees2
@ParameterizedTest @MethodSource("randomSeeds2") void testTrees2(long seed)
-