Uses of Class
org.eclipse.epsilon.eol.launch.EolRunConfiguration
-
-
Uses of EolRunConfiguration in org.eclipse.epsilon.ecl.launch
Subclasses of EolRunConfiguration in org.eclipse.epsilon.ecl.launch Modifier and Type Class Description class
EclRunConfiguration
-
Uses of EolRunConfiguration in org.eclipse.epsilon.egl.launch
Subclasses of EolRunConfiguration in org.eclipse.epsilon.egl.launch Modifier and Type Class Description class
EglRunConfiguration
class
EgxRunConfiguration
Constructor parameters in org.eclipse.epsilon.egl.launch with type arguments of type EolRunConfiguration Constructor Description EglRunConfiguration(EglRunConfiguration.Builder<? extends EolRunConfiguration,?> builder)
-
Uses of EolRunConfiguration in org.eclipse.epsilon.eml.launch
Subclasses of EolRunConfiguration in org.eclipse.epsilon.eml.launch Modifier and Type Class Description class
EmlRunConfiguration
-
Uses of EolRunConfiguration in org.eclipse.epsilon.eol.cli
Classes in org.eclipse.epsilon.eol.cli with type parameters of type EolRunConfiguration Modifier and Type Class Description class
EolConfigParser<C extends EolRunConfiguration,B extends EolRunConfiguration.Builder<C,B>>
A default config getter which effectively allows main method inheritance. -
Uses of EolRunConfiguration in org.eclipse.epsilon.eol.engine.test.acceptance.firstOrder
Methods in org.eclipse.epsilon.eol.engine.test.acceptance.firstOrder that return types with arguments of type EolRunConfiguration Modifier and Type Method Description static Collection<EolRunConfiguration>
EolModuleEquivalenceTests. configurations()
static Collection<EolRunConfiguration>
EolModuleEquivalenceTests. getScenarios(Collection<Supplier<? extends IEolModule>> moduleConstructors)
Constructors in org.eclipse.epsilon.eol.engine.test.acceptance.firstOrder with parameters of type EolRunConfiguration Constructor Description EolModuleEquivalenceTests(EolRunConfiguration configUnderTest)
-
Uses of EolRunConfiguration in org.eclipse.epsilon.eol.engine.test.acceptance.util
Classes in org.eclipse.epsilon.eol.engine.test.acceptance.util with type parameters of type EolRunConfiguration Modifier and Type Class Description class
EolEquivalenceTests<C extends EolRunConfiguration>
A series of tests which use the standard EolModule as an oracle and test the concurrent implementations in various configurations (different number of threads) against it to ensure identical results and behavioural equivalence.Fields in org.eclipse.epsilon.eol.engine.test.acceptance.util declared as EolRunConfiguration Modifier and Type Field Description protected C
EolEquivalenceTests. expectedConfig
The scenario and module combination under test.protected C
EolEquivalenceTests. testConfig
The scenario and module combination under test.Fields in org.eclipse.epsilon.eol.engine.test.acceptance.util with type parameters of type EolRunConfiguration Modifier and Type Field Description protected static Map<Integer,EolRunConfiguration>
EolEquivalenceTests. expectedConfigIDs
Used to identify which scenario to compare our results with.protected static Collection<? extends EolRunConfiguration>
EolEquivalenceTests. expectedConfigs
The oracle configurationsMethods in org.eclipse.epsilon.eol.engine.test.acceptance.util with type parameters of type EolRunConfiguration Modifier and Type Method Description static <M extends IEolModule,C extends EolRunConfiguration>
Collection<C>EolAcceptanceTestUtil. getScenarios(Class<C> clazz, List<String[]> testInputs, Collection<Supplier<? extends M>> moduleGetters, Function<String[],Integer> idCalculator, Class<?> inputResourceOwner)
Methods in org.eclipse.epsilon.eol.engine.test.acceptance.util with parameters of type EolRunConfiguration Modifier and Type Method Description static List<String>
EolEquivalenceTests. getFrameStackAsString(EolRunConfiguration config)
static Collection<OperationContributor>
EolEquivalenceTests. getOperationContributors(EolRunConfiguration config)
static List<ModuleElement>
EolEquivalenceTests. getStackTraceModuleElements(EolRunConfiguration config)
Method parameters in org.eclipse.epsilon.eol.engine.test.acceptance.util with type arguments of type EolRunConfiguration Modifier and Type Method Description protected static void
EolEquivalenceTests. setUpEquivalenceTest(Collection<? extends EolRunConfiguration> expectedConfs)
This should be called insetUpBeforeClass()
. -
Uses of EolRunConfiguration in org.eclipse.epsilon.eol.launch
Classes in org.eclipse.epsilon.eol.launch with type parameters of type EolRunConfiguration Modifier and Type Class Description static class
EolRunConfiguration.Builder<C extends EolRunConfiguration,B extends EolRunConfiguration.Builder<C,B>>
Methods in org.eclipse.epsilon.eol.launch that return types with arguments of type EolRunConfiguration Modifier and Type Method Description static EolRunConfiguration.Builder<? extends EolRunConfiguration,?>
EolRunConfiguration. Builder()
Constructors in org.eclipse.epsilon.eol.launch with parameters of type EolRunConfiguration Constructor Description EolRunConfiguration(EolRunConfiguration other)
Constructor parameters in org.eclipse.epsilon.eol.launch with type arguments of type EolRunConfiguration Constructor Description EolRunConfiguration(EolRunConfiguration.Builder<? extends EolRunConfiguration,?> builder)
-
Uses of EolRunConfiguration in org.eclipse.epsilon.epl.launch
Subclasses of EolRunConfiguration in org.eclipse.epsilon.epl.launch Modifier and Type Class Description class
EplRunConfiguration
-
Uses of EolRunConfiguration in org.eclipse.epsilon.erl.launch
Subclasses of EolRunConfiguration in org.eclipse.epsilon.erl.launch Modifier and Type Class Description class
ErlRunConfiguration
Constructors in org.eclipse.epsilon.erl.launch with parameters of type EolRunConfiguration Constructor Description ErlRunConfiguration(EolRunConfiguration other)
-
Uses of EolRunConfiguration in org.eclipse.epsilon.etl.launch
Subclasses of EolRunConfiguration in org.eclipse.epsilon.etl.launch Modifier and Type Class Description class
EtlRunConfiguration
-
Uses of EolRunConfiguration in org.eclipse.epsilon.evl.launch
Subclasses of EolRunConfiguration in org.eclipse.epsilon.evl.launch Modifier and Type Class Description class
EvlRunConfiguration
-
Uses of EolRunConfiguration in org.eclipse.epsilon.ewl.launch
Subclasses of EolRunConfiguration in org.eclipse.epsilon.ewl.launch Modifier and Type Class Description class
EwlRunConfiguration
Constructor parameters in org.eclipse.epsilon.ewl.launch with type arguments of type EolRunConfiguration Constructor Description EwlRunConfiguration(EwlRunConfiguration.Builder<? extends EolRunConfiguration,?> builder)
-