Example usage for org.eclipse.jdt.core.tests.junit.extension TestCase subclass-usage

List of usage examples for org.eclipse.jdt.core.tests.junit.extension TestCase subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.core.tests.junit.extension TestCase subclass-usage.

Usage

From source file org.codehaus.groovy.eclipse.codebrowsing.tests.AbstractCheckerTests.java

/**
 *
 * @author andrew
 * @created May 13, 2010
 */
public class AbstractCheckerTests extends TestCase {

From source file org.eclipse.objectteams.otdt.tests.SuiteOfTestCases.java

/**
 * A test case class that can be set up (using the setUpSuite() method) and tore down (using the teardDownSuite() method)
 * once for all test cases of this class.
 */
//{OT_COPY_PASTE: class copied from org.eclipse.jdt.core.tests.model
public class SuiteOfTestCases extends org.eclipse.jdt.core.tests.junit.extension.TestCase {