A B C D E F G H I L M N O P R S T U V W X Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- TemplateTests - Class in h07
-
Tests for the template's interfaces.
- TemplateTests() - Constructor for class h07.TemplateTests
- TemplateTests.AbstractPathTemplateTest - Class in h07
-
Tests for class
AbstractPath
. - TemplateTests.DirectedGraphFactoryTemplateTest - Class in h07
-
Tests for interface
DirectedGraphFactory
. - TemplateTests.DirectedGraphTemplateTest - Class in h07
-
Tests for interface
DirectedGraph
. - TemplateTests.MonoidTemplateTest - Class in h07
-
Tests for interface
Monoid
. - TemplateTests.PathTemplateTest - Class in h07
-
Tests for interface
Path
. - TemplateTests.ShortestPathsAlgorithmTemplateTest - Class in h07
-
Tests for interface
ShortestPathsAlgorithm
. - TemplateTests.TraverserTemplateTest - Class in h07
-
Tests for interface
Path.Traverser
. - testAdd() - Method in class h07.algebra.IntegerAdditionTest
-
Asserts that
IntegerAddition.add(Integer, Integer)
returns the sum of the two given integers. - testAddNode() - Method in class h07.experiment.ChickenNuggetGraphFactoryTest.ChickenNuggetGraphTest
-
Tests for
addNode(Integer)
on theDirectedGraph
returned byChickenNuggetGraphFactory.createDirectedGraph()
. - testAddNode(Character[], Integer[][]) - Method in class h07.graph.DirectedGraphImplTest
-
Tests for
DirectedGraphImpl.addNode(V)
. - TestClass - Class in h07.util
-
Common class for all test classes.
- TestClass(String, Predicate<Constructor<?>>) - Constructor for class h07.util.TestClass
-
Initializes a test class.
- TestClass.MissingMemberException - Exception in h07.util
-
An exception class to indicate that a member was not found when searching by name or criteria.
- testClassInstance - Variable in class h07.experiment.ChickenNuggetGraphFactoryTest
-
Instance of
ChickenNuggetGraphFactoryTest
- testComputePackageNumbers(int, int[]) - Method in class h07.experiment.ChickenNuggetsTest
-
Tests for
ChickenNuggets.computePackageNumbers(int)
. - testConcat(Character[], int[]) - Method in class h07.graph.PathImplTest
-
Tests for
PathImpl.concat(Object, Object)
. - testConnectNodes() - Method in class h07.experiment.ChickenNuggetGraphFactoryTest.ChickenNuggetGraphTest
-
Tests for
connectNodes(Integer, Integer, Integer)
on theDirectedGraph
returned byChickenNuggetGraphFactory.createDirectedGraph()
. - testConnectNodes(Character[], Integer[][]) - Method in class h07.graph.DirectedGraphImplTest
-
Tests for
DirectedGraphImpl.connectNodes(V, A, V)
. - testCreateDirectedGraph() - Method in class h07.graph.AdjacencyMatrixFactoryTest
-
Tests for
AdjacencyMatrixFactory.createDirectedGraph()
. - testDefinition() - Method in class h07.algebra.IntegerAdditionTest
-
Tests the definition of
IntegerAddition
. - testDefinition() - Method in class h07.algorithm.DijkstraTest
-
Tests the definition of
Dijkstra
. - testDefinition() - Method in class h07.experiment.ChickenNuggetGraphFactoryTest
-
Tests the definition of
ChickenNuggetGraphFactory
. - testDefinition() - Method in class h07.experiment.ChickenNuggetsTest
-
Tests the definition of
ChickenNuggets
. - testDefinition() - Method in class h07.graph.AdjacencyMatrixFactoryTest
-
Tests the definition of
AdjacencyMatrixFactory
. - testDefinition() - Method in class h07.graph.DirectedGraphImplTest
-
Tests the definition of
DirectedGraphImpl
. - testDefinition() - Method in class h07.graph.PathImplTest
-
Tests the definition of
PathImpl
. - testDefinition() - Method in class h07.TemplateTests.AbstractPathTemplateTest
-
Tests the definition of
AbstractPath
. - testDefinition() - Method in class h07.TemplateTests.DirectedGraphFactoryTemplateTest
-
Tests the definition of
DirectedGraphFactory
. - testDefinition() - Method in class h07.TemplateTests.DirectedGraphTemplateTest
-
Tests the definition of
DirectedGraph
. - testDefinition() - Method in class h07.TemplateTests.MonoidTemplateTest
-
Tests the definition of
Monoid
. - testDefinition() - Method in class h07.TemplateTests.PathTemplateTest
-
Tests the definition of
Path
. - testDefinition() - Method in class h07.TemplateTests.ShortestPathsAlgorithmTemplateTest
-
Tests the definition of
ShortestPathsAlgorithm
. - testDefinition() - Method in class h07.TemplateTests.TraverserTemplateTest
-
Tests the definition of
Path.Traverser
. - testDefinition() - Method in class h07.util.TestClass
-
Tests the definition of
TestClass.classDescriptor
. - testDisconnectNodes() - Method in class h07.experiment.ChickenNuggetGraphFactoryTest.ChickenNuggetGraphTest
-
Tests for
disconnectNodes(Integer, Integer)
on theDirectedGraph
returned byChickenNuggetGraphFactory.createDirectedGraph()
. - testDisconnectNodes(Character[], Integer[][]) - Method in class h07.graph.DirectedGraphImplTest
-
Tests for
DirectedGraphImpl.disconnectNodes(V, V)
. - testGetAllNodes() - Method in class h07.experiment.ChickenNuggetGraphFactoryTest.ChickenNuggetGraphTest
-
Tests for
getAllNodes()
on theDirectedGraph
returned byChickenNuggetGraphFactory.createDirectedGraph()
. - testGetAllNodes(Character[], Integer[][]) - Method in class h07.graph.DirectedGraphImplTest
-
Tests for
DirectedGraphImpl.getAllNodes()
. - testGetArcWeightBetween() - Method in class h07.experiment.ChickenNuggetGraphFactoryTest.ChickenNuggetGraphTest
-
Tests for
getArcWeightBetween(Integer, Integer)
on theDirectedGraph
returned byChickenNuggetGraphFactory.createDirectedGraph()
. - testGetArcWeightBetween(Character[], Integer[][]) - Method in class h07.graph.DirectedGraphImplTest
-
Tests for
DirectedGraphImpl.getArcWeightBetween(V, V)
. - testGetChildrenForNode() - Method in class h07.experiment.ChickenNuggetGraphFactoryTest.ChickenNuggetGraphTest
-
Tests for
getChildrenForNode(Integer)
on theDirectedGraph
returned byChickenNuggetGraphFactory.createDirectedGraph()
. - testGetChildrenForNode(Character[], Integer[][]) - Method in class h07.graph.DirectedGraphImplTest
-
Tests for
DirectedGraphImpl.getChildrenForNode(V)
. - testGetCurrentNode(Character[], int[]) - Method in class h07.graph.PathImplTest.TraverserTest
-
Tests for
Path.Traverser.getCurrentNode()
on theTraverser
returned byPathImpl.traverser()
. - testGetDistanceToNextNode(Character[], int[]) - Method in class h07.graph.PathImplTest.TraverserTest
-
Tests for
Path.Traverser.getDistanceToNextNode()
on theTraverser
returned byPathImpl.traverser()
. - testHasNextNode(Character[], int[]) - Method in class h07.graph.PathImplTest.TraverserTest
-
Tests for
Path.Traverser.hasNextNode()
on theTraverser
returned byPathImpl.traverser()
. - testInstance() - Method in class h07.graph.AdjacencyMatrixFactoryTest
-
Tests an instance of
AdjacencyMatrixFactory
. - testInstance() - Method in class h07.util.TestClass
-
Tests an instance of
TestClass.classDescriptor
. - testIterator() - Method in class h07.graph.PathImplTest
-
Tests for
PathImpl.iterator()
. - testRemoveNode() - Method in class h07.experiment.ChickenNuggetGraphFactoryTest.ChickenNuggetGraphTest
-
Tests for
removeNode(Integer)
on theDirectedGraph
returned byChickenNuggetGraphFactory.createDirectedGraph()
. - testRemoveNode(Character[], Integer[][]) - Method in class h07.graph.DirectedGraphImplTest
-
Tests for
DirectedGraphImpl.removeNode(V)
. - testShortestPaths(String, Map<String, String>) - Method in class h07.algorithm.DijkstraTest
-
Tests for
Dijkstra.shortestPaths(DirectedGraph, V, Monoid, Comparator)
. - testWalkToNextNode(Character[], int[]) - Method in class h07.graph.PathImplTest.TraverserTest
-
Tests for
Path.Traverser.walkToNextNode()
on theTraverser
returned byPathImpl.traverser()
. - testZero() - Method in class h07.algebra.IntegerAdditionTest
-
Asserts that
IntegerAddition.zero()
returns 0. - toString() - Method in class h07.util.Updater.Version
-
Returns this
Updater.Version
object's string representation - traverser - Variable in class h07.graph.PathImplTest
-
Method
object forPath.traverser()
- traverser - Variable in class h07.TemplateTests.PathTemplateTest
-
Method
object forPath.traverser()
- TraverserTemplateTest() - Constructor for class h07.TemplateTests.TraverserTemplateTest
-
Creates a new
TemplateTests.TraverserTemplateTest
object. - TraverserTest() - Constructor for class h07.graph.PathImplTest.TraverserTest
-
Creates a new
PathImplTest.TraverserTest
object. - TYPE_PARAMETERS_VA - Static variable in class h07.util.Assertions
-
An array of
Assertions.TypeParameter
, representing the type parameters V and A. - TypeParameter(String, String[]) - Constructor for class h07.util.Assertions.TypeParameter
-
Creates a new instance of this class.
All Classes All Packages