Overview  Index  Help 
A D E S T

A

Assert - structure EasyHTMLParserTest0001.Assert
Assert - structure DependencyGraphTest0001.Assert
assertEqualIsDependsOn - Value in DependencyGraphTest0001

D

DependencyGraphTest0001 - structure DependencyGraphTest0001
           unit test of structure DependencyGraph

E

EasyHTMLParserTest0001 - structure EasyHTMLParserTest0001
           unit test of structure EasyHTMLParser

S

suite - Value in EasyHTMLParserTest0001
suite - Value in DependencyGraphTest0001

T

test - Value in TestMain
Test - structure EasyHTMLParserTest0001.Test
Test - structure DependencyGraphTest0001.Test
testDependsOn0001 - Value in DependencyGraphTest0001
           test case of dependsOn/isDependsOn (normal case)
  1. calls dependsOn.
  2. calls isDependsOn and verifies the return value indicates that there is a dependency with the attribute between the specified nodes.
testDependsOn0002 - Value in DependencyGraphTest0001
           test case of dependsOn/isDependsOn (normal case)
  1. calls isDependsOn and verifies the return value indicates that there is no dependency with the attribute between the specified nodes.
testDependsOn0003 - Value in DependencyGraphTest0001
           test case of dependsOn/isDependsOn (normal case)
  1. calls dependsOn.
  2. calls isDependsOn and verifies the return value indicates that there is a dependency with the attribute between the specified nodes.
  3. calls isDependsOn with src and destination reversed and verifies the return value indicates that there is no dependency of the opposite direction between the specified nodes.
Testee - structure EasyHTMLParserTest0001.Testee
Testee - structure DependencyGraphTest0001.Testee
testGetBodyOfHTML0001 - Value in EasyHTMLParserTest0001
           test of getBodyOfHTML (normal case)
testGetBodyOfHTML0002 - Value in EasyHTMLParserTest0001
           test of getBodyOfHTML (normal case)
testGetBodyOfHTML0003 - Value in EasyHTMLParserTest0001
           test of getBodyOfHTML (normal case)
testGetBodyOfHTML0004 - Value in EasyHTMLParserTest0001
           test of getBodyOfHTML (normal case)
testGetClosure1001 - Value in DependencyGraphTest0001
           tests the getClosure function with a node graph.
testGetClosure2001 - Value in DependencyGraphTest0001
           tests the getClosure function with two nodes graph where is no dependency.
testGetClosure2002 - Value in DependencyGraphTest0001
           tests the getClosure function with two nodes graph where is a dependency.
testGetClosure2003 - Value in DependencyGraphTest0001
           tests the getClosure function with two nodes graph which are mutual dependencies between the nodes.
testGetClosure3001 - Value in DependencyGraphTest0001
           tests the getClosure function with three nodes graph.
testGetClosure3002 - Value in DependencyGraphTest0001
           tests the getClosure function with three nodes graph.
testGetClosure4001 - Value in DependencyGraphTest0001
           tests the getClosure function with four nodes graph.
testGetClosureRev1001 - Value in DependencyGraphTest0001
           tests the getClosureRev function with a node graph.
testGetClosureRev2001 - Value in DependencyGraphTest0001
           tests the getClosureRev function with two nodes graph where is no dependency.
testGetClosureRev2002 - Value in DependencyGraphTest0001
           tests the getClosureRev function with two nodes graph where is a dependency.
testGetClosureRev2003 - Value in DependencyGraphTest0001
           tests the getClosureRev function with two nodes graph which are mutual dependencies between the nodes.
testGetClosureRev3001 - Value in DependencyGraphTest0001
           tests the getClosureRev function with three nodes graph.
testGetClosureRev3002 - Value in DependencyGraphTest0001
           tests the getClosureRev function with three nodes graph.
testGetClosureRev4001 - Value in DependencyGraphTest0001
           tests the getClosureRev function with four nodes graph.
TestMain - structure TestMain
testSort1001 - Value in DependencyGraphTest0001
           tests the sort function with a nodes graph without any dependency.
testSort1002 - Value in DependencyGraphTest0001
           tests the sort function with a nodes graph depending itself.
testSort2001 - Value in DependencyGraphTest0001
           tests the sort function with a two nodes graph where a nodes depends on the other node.
testSort2002 - Value in DependencyGraphTest0001
           tests the sort function with a two nodes graph where they depend on each other.
testSort3001 - Value in DependencyGraphTest0001
           tests the sort function with a three nodes graph where two nodes depend the other node.
testSort3002 - Value in DependencyGraphTest0001
           tests the sort function with a three nodes graph where a node depends the other two nodes.
testSort3003 - Value in DependencyGraphTest0001
           tests the sort function with a three nodes graph where a node depends the other two nodes of which the one node depends the other node.

Overview  Index  Help 
A D E S T