Example usage for org.eclipse.jdt.core.tests.model ReconcilerTests subclass-usage

List of usage examples for org.eclipse.jdt.core.tests.model ReconcilerTests subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.core.tests.model ReconcilerTests subclass-usage.

Usage

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

public class NullAnnotationModelTests extends ReconcilerTests {

    String ANNOTATION_LIB;

    public static Test suite() {
        return buildModelTestSuite(NullAnnotationModelTests.class);

From source file org.eclipse.objectteams.otdt.tests.otmodel.OTReconcilerTests.java

/**
 * Tests for errors shown only in the gutter (CompilationUnitProblemFinder),
 * but not reported by the ImageBuilder.
 * 
 * @author stephan
 * @since 1.2.1