Uses of Class
de.rwth.swc.coffee4j.engine.configuration.TestMethodConfiguration
-
-
Uses of TestMethodConfiguration in de.rwth.swc.coffee4j.engine.configuration
Methods in de.rwth.swc.coffee4j.engine.configuration that return TestMethodConfiguration Modifier and Type Method Description TestMethodConfigurationTestMethodConfiguration.Builder. build()Builds aTestMethodConfiguration -
Uses of TestMethodConfiguration in de.rwth.swc.coffee4j.engine.process.interleaving
Methods in de.rwth.swc.coffee4j.engine.process.interleaving that return TestMethodConfiguration Modifier and Type Method Description TestMethodConfigurationDynamicInterleavingPhaseManagerConfiguration. getTestMethodConfiguration()TestMethodConfigurationInterleavingPhaseManagerConfiguration. getTestMethodConfiguration()Methods in de.rwth.swc.coffee4j.engine.process.interleaving with parameters of type TestMethodConfiguration Modifier and Type Method Description DynamicInterleavingPhaseManagerConfiguration.BuilderDynamicInterleavingPhaseManagerConfiguration.Builder. testMethodConfiguration(TestMethodConfiguration testMethodConfiguration)InterleavingPhaseManagerConfiguration.BuilderInterleavingPhaseManagerConfiguration.Builder. testMethodConfiguration(TestMethodConfiguration testMethodConfiguration) -
Uses of TestMethodConfiguration in de.rwth.swc.coffee4j.engine.process.manager.sequential
Methods in de.rwth.swc.coffee4j.engine.process.manager.sequential that return TestMethodConfiguration Modifier and Type Method Description TestMethodConfigurationSequentialPhaseManagerConfiguration. getTestMethodConfiguration()Methods in de.rwth.swc.coffee4j.engine.process.manager.sequential with parameters of type TestMethodConfiguration Modifier and Type Method Description SequentialPhaseManagerConfiguration.BuilderSequentialPhaseManagerConfiguration.Builder. testMethodConfiguration(TestMethodConfiguration testMethodConfiguration)Sets theTestMethodConfiguration -
Uses of TestMethodConfiguration in de.rwth.swc.coffee4j.engine.process.phase.execution
Methods in de.rwth.swc.coffee4j.engine.process.phase.execution that return TestMethodConfiguration Modifier and Type Method Description TestMethodConfigurationExecutionContext. getTestMethodConfiguration()Methods in de.rwth.swc.coffee4j.engine.process.phase.execution with parameters of type TestMethodConfiguration Modifier and Type Method Description static ExecutionContextExecutionContext. createExecutionContext(ExtensionExecutor extensionExecutor, TestMethodConfiguration testMethodConfiguration, List<? extends ExecutionReporter> executionReporters)Creates a newExecutionContextusing the supplied information -
Uses of TestMethodConfiguration in de.rwth.swc.coffee4j.junit.engine.annotation.test
Methods in de.rwth.swc.coffee4j.junit.engine.annotation.test that return TestMethodConfiguration Modifier and Type Method Description TestMethodConfigurationTestConfigurationLoader. load(Method method)
-