Package com.complexible.stardog.api.test
Class TestSuite
java.lang.Object
com.complexible.stardog.api.test.TestSuite
- All Implemented Interfaces:
Testable
A collection of tests organized in a hierarchical structure.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcount()Returns the total number of tests that are included directly or indirectly in this suite.defaults()Return she default settings that wil lbe used for running the tests.dir()Return she base directory associated with this test suite.name()Returns the name of the test.voidRuns the tester function on every test included in the testable.tests()Returns the list of testables that are directly included in this suite.toString()Returns an indented serialization of this object.
-
Constructor Details
-
TestSuite
-
TestSuite
-
-
Method Details
-
count
public int count()Returns the total number of tests that are included directly or indirectly in this suite. -
name
Description copied from interface:TestableReturns the name of the test. -
dir
Return she base directory associated with this test suite. This base directory is used to resolveTest.queryFile()andTest.resultFile(). -
defaults
Return she default settings that wil lbe used for running the tests. The value of any test attribute not defined in the actual test will be looked up from these defaults. -
tests
Returns the list of testables that are directly included in this suite. The returned list might contain suites that have further tests in them. -
test
Description copied from interface:TestableRuns the tester function on every test included in the testable. -
toString
Description copied from interface:TestableReturns an indented serialization of this object. -
toString
-