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

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

Introduction

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

Usage

From source file de.fau.cs.i2.jamp.testsuite.Debug.java

public class Debug extends AbstractRegressionTest {

    String reportMissingJavadocComments = null;

    public Debug(String name) {
        super(name);

From source file de.fau.cs.i2.jamp.testsuite.JampBarrierTest.java

/**
 * This class tests the different barrier implementations.
 * @author pug
 *
 */
public class JampBarrierTest extends AbstractRegressionTest {

From source file de.fau.cs.i2.jamp.testsuite.JampCollapseTest.java

/**
 * Tests the firstprivate implementation.
 * @author pug
 *
 */
public class JampCollapseTest extends AbstractRegressionTest {

From source file de.fau.cs.i2.jamp.testsuite.JampCustomLoopSliceTest.java

/**
 * Tests the custom loop slice implementation.
 * @author pug
 *
 */
public class JampCustomLoopSliceTest extends AbstractRegressionTest {

From source file de.fau.cs.i2.jamp.testsuite.JampFirstPrivateTest.java

/**
 * Tests the firstprivate implementation.
 * @author pug
 *
 */
public class JampFirstPrivateTest extends AbstractRegressionTest {

From source file de.fau.cs.i2.jamp.testsuite.JampForSemanticTest.java

public class JampForSemanticTest extends AbstractRegressionTest {

    String reportMissingJavadocComments = null;

    public JampForSemanticTest(String name) {
        super(name);

From source file de.fau.cs.i2.jamp.testsuite.JampForTest.java

public class JampForTest extends AbstractRegressionTest {

    String reportMissingJavadocComments = null;

    public JampForTest(String name) {
        super(name);

From source file de.fau.cs.i2.jamp.testsuite.JampIfTest.java

public class JampIfTest extends AbstractRegressionTest {

    String reportMissingJavadocComments = null;

    public JampIfTest(String name) {
        super(name);

From source file de.fau.cs.i2.jamp.testsuite.JampLockTest.java

public class JampLockTest extends AbstractRegressionTest {

    String reportMissingJavadocComments = null;

    public JampLockTest(String name) {
        super(name);

From source file de.fau.cs.i2.jamp.testsuite.JampManagedTest.java

/**
 * This class tests the different barrier implementations.
 * @author pug
 *
 */
public class JampManagedTest extends AbstractRegressionTest {