Uses of Interface
com.agical.rdoc.core.model.test.builder.TestSuite

Packages that use TestSuite
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 TestSuite in com.agical.rdoc.core.model.test
 

Methods in com.agical.rdoc.core.model.test that return TestSuite
 TestSuite TestSuiteFactory.create(java.lang.Object suite, java.lang.String name)
           
 

Methods in com.agical.rdoc.core.model.test with parameters of type TestSuite
 void TestStructure.addRoot(TestSuite testSuite)
           
 void TestNodeVisitor.visit(TestSuite testSuite)
           
 

Uses of TestSuite in com.agical.rdoc.core.model.test.builder
 

Methods in com.agical.rdoc.core.model.test.builder with parameters of type TestSuite
 void TestSuite.addTestSuite(TestSuite testSuite)
           
 

Constructors in com.agical.rdoc.core.model.test.builder with parameters of type TestSuite
TestSuiteBuilderImpl(TestSuiteBuilder parentBuilder, TestSuite testSuite)
           
 

Uses of TestSuite in com.agical.rdoc.core.model.test.impl
 

Classes in com.agical.rdoc.core.model.test.impl that implement TestSuite
 class TestSuiteImpl
           
 

Methods in com.agical.rdoc.core.model.test.impl with parameters of type TestSuite
 void TestStructureImpl.addRoot(TestSuite testSuite)
           
 void TestSuiteImpl.addTestSuite(TestSuite testSuite)
           
 

Uses of TestSuite in com.agical.rdoc.core.model.test.visitor
 

Methods in com.agical.rdoc.core.model.test.visitor with parameters of type TestSuite
 void PostProcessingVisitor.visit(TestSuite testSuite)
           
 

Uses of TestSuite in com.agical.rdoc.velocity
 

Methods in com.agical.rdoc.velocity with parameters of type TestSuite
 java.lang.String VelocityNodeRenderer.render(TestSuite testSuite)
           
 

Uses of TestSuite in com.agical.rdoc.velocity.render
 

Methods in com.agical.rdoc.velocity.render with parameters of type TestSuite
 java.lang.String Renderer.render(TestSuite testSuite)
           
 



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