public class Factory extends Object
Modifier and Type | Method and Description |
---|---|
List<org.junit.rules.TestRule> |
getAllTestRules(org.junit.runners.model.FrameworkMethod method) |
AwaitExecutor |
getAwaitExecutor() |
AwaitListTestRule |
getAwaitListTestRule(org.junit.runners.model.FrameworkMethod frameworkMethod) |
AwaitTestRule |
getAwaitTestRule(org.junit.runners.model.FrameworkMethod frameworkMethod) |
DataSetResolver |
getDataSetResolver() |
static Factory |
getInstance()
Return singleton Factory instance.
|
SetupExecutor |
getSetupExecutor() |
SetupListTestRule |
getSetupListTestRule(org.junit.runners.model.FrameworkMethod frameworkMethod) |
SetupTestRule |
getSetupTestRule(org.junit.runners.model.FrameworkMethod frameworkMethod) |
VerifyExecutor |
getVerifyExecutor() |
VerifyListTestRule |
getVerifyListTestRule(org.junit.runners.model.FrameworkMethod frameworkMethod) |
VerifyTestRule |
getVerifyTestRule(org.junit.runners.model.FrameworkMethod frameworkMethod) |
void |
init()
Initialize single-instance classes.
|
public SetupExecutor getSetupExecutor()
public VerifyExecutor getVerifyExecutor()
public AwaitExecutor getAwaitExecutor()
public DataSetResolver getDataSetResolver()
public void init()
public SetupTestRule getSetupTestRule(org.junit.runners.model.FrameworkMethod frameworkMethod)
public SetupListTestRule getSetupListTestRule(org.junit.runners.model.FrameworkMethod frameworkMethod)
public VerifyTestRule getVerifyTestRule(org.junit.runners.model.FrameworkMethod frameworkMethod)
public VerifyListTestRule getVerifyListTestRule(org.junit.runners.model.FrameworkMethod frameworkMethod)
public AwaitTestRule getAwaitTestRule(org.junit.runners.model.FrameworkMethod frameworkMethod)
public AwaitListTestRule getAwaitListTestRule(org.junit.runners.model.FrameworkMethod frameworkMethod)
public List<org.junit.rules.TestRule> getAllTestRules(org.junit.runners.model.FrameworkMethod method)
public static Factory getInstance()
Copyright © 2011–2020 Lastware, sro.. All rights reserved.