|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TestCase in com.agical.rdoc.core.model.test |
---|
Methods in com.agical.rdoc.core.model.test that return TestCase | |
---|---|
TestCase |
Test.getTestCase()
|
Methods in com.agical.rdoc.core.model.test with parameters of type TestCase | |
---|---|
void |
TestNodeVisitor.visit(TestCase testCase)
|
Uses of TestCase in com.agical.rdoc.core.model.test.builder |
---|
Methods in com.agical.rdoc.core.model.test.builder with parameters of type TestCase | |
---|---|
void |
TestSuite.addTestCase(TestCase testCase)
|
Constructors in com.agical.rdoc.core.model.test.builder with parameters of type TestCase | |
---|---|
TestCaseBuilderImpl(TestCase testCase)
|
Uses of TestCase in com.agical.rdoc.core.model.test.impl |
---|
Classes in com.agical.rdoc.core.model.test.impl that implement TestCase | |
---|---|
class |
TestCaseImpl
|
Methods in com.agical.rdoc.core.model.test.impl that return TestCase | |
---|---|
TestCase |
TestImpl.getTestCase()
|
Methods in com.agical.rdoc.core.model.test.impl with parameters of type TestCase | |
---|---|
void |
TestSuiteImpl.addTestCase(TestCase testCase)
|
Constructors in com.agical.rdoc.core.model.test.impl with parameters of type TestCase | |
---|---|
TestImpl(String name,
TestCase testCase,
DocumentationContext documentationContext)
|
Uses of TestCase in com.agical.rdoc.core.model.test.visitor |
---|
Methods in com.agical.rdoc.core.model.test.visitor with parameters of type TestCase | |
---|---|
void |
PostProcessingVisitor.visit(TestCase testCase)
|
Uses of TestCase in com.agical.rdoc.velocity |
---|
Methods in com.agical.rdoc.velocity with parameters of type TestCase | |
---|---|
String |
VelocityNodeRenderer.render(TestCase testCase)
|
Uses of TestCase in com.agical.rdoc.velocity.render |
---|
Methods in com.agical.rdoc.velocity.render with parameters of type TestCase | |
---|---|
String |
Renderer.render(TestCase testCase)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |