Package one.microproject.testmeter.impl
Class TestScenarioTask<T,R>
- java.lang.Object
-
- one.microproject.testmeter.impl.TestScenarioTask<T,R>
-
- All Implemented Interfaces:
java.util.concurrent.Callable<ScenarioResult<R>>
public class TestScenarioTask<T,R> extends java.lang.Object implements java.util.concurrent.Callable<ScenarioResult<R>>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTestScenarioTask(ResultCache<T,R> resultCache, ScenarioRequest<T> request, TestScenario<T,R> scenario)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScenarioResult<R>call()
-
-
-
Constructor Detail
-
TestScenarioTask
protected TestScenarioTask(ResultCache<T,R> resultCache, ScenarioRequest<T> request, TestScenario<T,R> scenario)
-
-
Method Detail
-
call
public ScenarioResult<R> call() throws java.lang.Exception
- Specified by:
callin interfacejava.util.concurrent.Callable<T>- Throws:
java.lang.Exception
-
-