Uses of Class
hudson.plugins.javatest_report.TestObject

Uses of TestObject in hudson.plugins.javatest_report
 

Classes in hudson.plugins.javatest_report with type parameters of type TestObject
 class TestCollection<S extends TestCollection<S,C>,C extends TestObject<C>>
          TestObject that is a collection of other TestObjects.
 class TestObject<S extends TestObject<S>>
          Common data applicable to all test model objects.
 

Subclasses of TestObject in hudson.plugins.javatest_report
 class Package
           
 class Report
          Root of the SQE test report.
 class Suite
          A Suite is a set of Tests.
 class Test
          A Test is a set of TestCases.
 class TestCase
          Represents one test case.
 class TestCollection<S extends TestCollection<S,C>,C extends TestObject<C>>
          TestObject that is a collection of other TestObjects.
 



Copyright © 2004-2011. All Rights Reserved.