Class EvlModuleEquivalenceTests
- java.lang.Object
-
- org.eclipse.epsilon.eol.engine.test.acceptance.util.EolEquivalenceTests<EvlRunConfiguration>
-
- org.eclipse.epsilon.evl.engine.test.acceptance.equivalence.EvlModuleEquivalenceTests
-
- Direct Known Subclasses:
EvlParallelOperationsTests
public class EvlModuleEquivalenceTests extends EolEquivalenceTests<EvlRunConfiguration>
- Since:
- 1.6
- Author:
- Sina Madani
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.TestWatcher
testCounter
-
Fields inherited from class org.eclipse.epsilon.eol.engine.test.acceptance.util.EolEquivalenceTests
expectedConfig, expectedConfigIDs, expectedConfigs, testConfig
-
-
Constructor Summary
Constructors Constructor Description EvlModuleEquivalenceTests(EvlRunConfiguration configUnderTest)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_0test0()
Subclasses should simply callEolEquivalenceTests.beforeTests()
in this method.static Collection<EvlRunConfiguration>
configurations()
static void
setUpBeforeClass()
void
testConstraintsDependedOn()
void
testConstraintTraces()
void
testUnsatisfiedConstraints()
void
zzz_AfterAll()
-
Methods inherited from class org.eclipse.epsilon.eol.engine.test.acceptance.util.EolEquivalenceTests
afterClass, beforeTests, getFrameStackAsString, getOperationContributors, getStackTraceModuleElements, onFail, setUpEquivalenceTest, testExecutorFactories, testFrameStacks, testModuleCanExecute, testOperationContributorRegistries, testScenariosMatch
-
-
-
-
Constructor Detail
-
EvlModuleEquivalenceTests
public EvlModuleEquivalenceTests(EvlRunConfiguration configUnderTest)
-
-
Method Detail
-
configurations
public static Collection<EvlRunConfiguration> configurations() throws Exception
- Returns:
- A collection of pre-configured run configurations, each with their own IEvlModule.
- Throws:
Exception
-
_0test0
public void _0test0() throws Exception
Description copied from class:EolEquivalenceTests
Subclasses should simply callEolEquivalenceTests.beforeTests()
in this method. Additional setup functionality may also be provided here.- Specified by:
_0test0
in classEolEquivalenceTests<EvlRunConfiguration>
- Throws:
Exception
-
zzz_AfterAll
public void zzz_AfterAll() throws Exception
- Overrides:
zzz_AfterAll
in classEolEquivalenceTests<EvlRunConfiguration>
- Throws:
Exception
-
testUnsatisfiedConstraints
public void testUnsatisfiedConstraints()
-
testConstraintTraces
public void testConstraintTraces()
-
testConstraintsDependedOn
public void testConstraintsDependedOn()
-
-