|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TesterConfiguration in org.w3c.mwi.mobileok.basic |
---|
Fields in org.w3c.mwi.mobileok.basic declared as TesterConfiguration | |
---|---|
private TesterConfiguration |
Resource.config
Since the processing will be done in separate threads, we need some local reference to the configuration in use for current processing. |
Fields in org.w3c.mwi.mobileok.basic with type parameters of type TesterConfiguration | |
---|---|
private static java.lang.ThreadLocal<TesterConfiguration> |
TesterConfiguration.perThreadConfiguration
Single thread instance of the configuration. |
Methods in org.w3c.mwi.mobileok.basic that return TesterConfiguration | |
---|---|
static TesterConfiguration |
TesterConfiguration.getConfiguration()
|
static TesterConfiguration |
MobileOKConfiguration.getTesterConfiguration()
Returns a mobileOK compliant tester configuration. |
static TesterConfiguration |
MobileOKConfiguration.getTesterConfiguration(java.util.List<TestImplementation> tests)
Returns a mobileOK tester configuration that applies the given list of tests. |
static TesterConfiguration |
MobileOKConfiguration.getTesterConfiguration(java.util.List<TestImplementation> tests,
java.util.Map<java.lang.String,java.lang.Object> settings)
Returns a tester configuration that uses mobileOK settings, possibly amended by the given list of additional settings, and that runs on the given list of tests. |
Methods in org.w3c.mwi.mobileok.basic with parameters of type TesterConfiguration | |
---|---|
static void |
TesterConfiguration.setConfiguration(TesterConfiguration configuration)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |