Class CargoCategorisingTestSuite

java.lang.Object
junit.framework.TestSuite
com.atlassian.jira.webtests.cargo.CargoCategorisingTestSuite
All Implemented Interfaces:
junit.framework.Test

public class CargoCategorisingTestSuite extends junit.framework.TestSuite
CategorisingTestSuite with support for cargo. Ouch :P
Since:
v4.4
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static junit.framework.Test
     

    Methods inherited from class junit.framework.TestSuite

    addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CargoCategorisingTestSuite

      public CargoCategorisingTestSuite()
  • Method Details