Package test
package test
Various unit tests for maintaining basic functionality of several classes in other packages. Requires JUnit 5 to run.
-
ClassesClassDescriptionSimpleNode<P extends IGamePosition<P>>Implementation of
GameTreeNodethat only acts as a facade for the underlying tree expressed by thePimplementation ofIGamePosition.A basic implementation ofIGamePositionwhich allows for adding of children to the tree and setting their values.Deprecated.