|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestClassParser | |
net.sourceforge.groboutils.junit.v1.parser | The GroboUtils JUnit Extention: classes to help in the creation and execution of JUnit tests. |
Uses of TestClassParser in net.sourceforge.groboutils.junit.v1.parser |
Methods in net.sourceforge.groboutils.junit.v1.parser with parameters of type TestClassParser | |
junit.framework.Test[] |
TestClassCreator.createTests(TestClassParser tcp)
This will create all test objects for the test registered with the parser. |
junit.framework.Test[] |
TestClassCreator.createWarningTests(TestClassParser tcp)
For every warning currently known in this creator and the parser, create a Test that fails with the warning's message. |
junit.framework.TestSuite |
TestClassCreator.createTestSuite(TestClassParser tcp)
Create a new TestSuite, containing the tests returned by the call to createTests(). |
junit.framework.TestSuite |
TestClassCreator.createAllTestSuite(TestClassParser tcp)
Create a new TestSuite, containing the tests returned by the call to createTests() and createWarningTests. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |