Uses of Interface
com.agical.rdoc.core.model.test.TestCase

Packages that use TestCase
com.agical.rdoc.core.model.test   
com.agical.rdoc.core.model.test.builder   
com.agical.rdoc.core.model.test.impl   
com.agical.rdoc.core.model.test.visitor   
com.agical.rdoc.velocity   
com.agical.rdoc.velocity.render   
 

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(java.lang.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
 java.lang.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
 java.lang.String Renderer.render(TestCase testCase)
           
 



Copyright © 2005-2010 Agical AB. All Rights Reserved.