Example usage for junit.framework TestSuite subclass-usage

List of usage examples for junit.framework TestSuite subclass-usage

Introduction

In this page you can find the example usage for junit.framework TestSuite subclass-usage.

Usage

From source file org.gridgain.testsuites.bamboo.GridHadoopTestSuite.java

/**
 * Test suite for Hadoop Map Reduce engine.
 */
public class GridHadoopTestSuite extends TestSuite {
    /**
     * @return Test suite.

From source file org.auraframework.test.ComponentJSTestSuiteTest.java

/**
 * TODO(W-1386863): investigate why/fix the thread hostile nature of these tests.
 */
@UnAdaptableTest
@WebDriverTest
public class ComponentJSTestSuiteTest extends TestSuite {

From source file org.apache.myfaces.trinidadinternal.renderkit.RenderKitTestCase.java

abstract public class RenderKitTestCase extends TestSuite {

    public RenderKitTestCase(String testName) throws IOException, SAXException {
        super(testName);

        try {

From source file org.alfresco.repo.virtual.store.TypeVirtualizationMethodTest.java

public class TypeVirtualizationMethodTest extends TestSuite {
    private static Log logger = LogFactory.getLog(TypeVirtualizationMethodTest.class);

    private static final QName TEST_FOLDER_TYPE = SiteModel.TYPE_SITE;

    private static final QName TEST_ASPECT = SiteModel.ASPECT_SITE_CONTAINER;

From source file org.apache.synapse.samples.framework.TestSamplesHandlerSuite.java

/**
 * This is executed by maven and handles which samples to run
 */
public class TestSamplesHandlerSuite extends TestSuite {

    private static final Log log = LogFactory.getLog(TestSamplesHandlerSuite.class);

From source file org.apache.ignite.testsuites.IgniteHadoopTestSuite.java

/**
 * Test suite for Hadoop Map Reduce engine.
 */
public class IgniteHadoopTestSuite extends TestSuite {
    /**
     * @return Test suite.