Uses of Interface
com.croftsoft.core.lang.Testable

Packages that use Testable
com.croftsoft.core.ai.astar A* algorithm for path planning. 
com.croftsoft.core.animation Swing-based animation library. 
com.croftsoft.core.math.geom Geometry. 
com.croftsoft.core.util Package java.util support and utility classes. 
com.croftsoft.core.util.queue Queue data structure (created prior to java.util.Queue). 
 

Uses of Testable in com.croftsoft.core.ai.astar
 

Classes in com.croftsoft.core.ai.astar that implement Testable
 class AStarTest
          An A* algorithm test.
 

Uses of Testable in com.croftsoft.core.animation
 

Classes in com.croftsoft.core.animation that implement Testable
 class AnimationInit
          Animation initializer.
 

Uses of Testable in com.croftsoft.core.math.geom
 

Classes in com.croftsoft.core.math.geom that implement Testable
 class Point2DD
          A Point2D.Double extension implementing accessor interface PointXY.
 class Point3DD
          A mutable point in three-dimensional real space (x, y, z).
 

Uses of Testable in com.croftsoft.core.util
 

Classes in com.croftsoft.core.util that implement Testable
 class StableArrayKeeper
          Optimized for reading from a stable array.
 

Uses of Testable in com.croftsoft.core.util.queue
 

Classes in com.croftsoft.core.util.queue that implement Testable
 class QueueTest
          Black box testing of Queue implementations.
 


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)