TestGraph is a singleton providing central access to the tree of tests; primarily, it provides access to the root suite
TestGraph is a singleton providing central access to the tree of tests; primarily, it provides access to the root suite
This method may return 0 if the suite either cannot be found (and createIfNecssary is 0), or the first component of \em path is not the same as the name of the TestSuite \em tsuite.
This was written to aid the auto-registration of tests at specific points in the test tree, where the tests' AutoRegistrationAgents may be distributed across several files, and cannot be guaranteed to run in a given order. E.g. You cannot register a test "root.osg.MyTest" unless you know that the the suite "root.osg" already exists.
Alphabetic index HTML hierarchy of classes or Java