Example usage for org.eclipse.jdt.core.tests.compiler.regression AbstractComparableTest subclass-usage

List of usage examples for org.eclipse.jdt.core.tests.compiler.regression AbstractComparableTest subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.core.tests.compiler.regression AbstractComparableTest subclass-usage.

Usage

From source file org.eclipse.objectteams.jdt.nullity.tests.NullAnnotationTest.java

@SuppressWarnings({ "unchecked", "rawtypes", "restriction" })
public class NullAnnotationTest extends AbstractComparableTest {

    // class libraries including our default null annotation types:
    String[] LIBS;

From source file org.eclipse.objectteams.otdt.tests.otjld.AbstractOTJLDTest.java

/**
 * Common super class for tests that were formerly implemented using jacks.
 * @author stephan
 */
public class AbstractOTJLDTest extends AbstractComparableTest {