|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.mwi.mobileok.basic.MobileOKConfiguration
public class MobileOKConfiguration
mobileOK configuration generator.
The class contains one static method getTesterConfiguration()
that should be used to create the mobileOK compliant tester configuration.
Constructor Summary | |
---|---|
MobileOKConfiguration()
|
Method Summary | |
---|---|
static java.util.List<TestImplementation> |
getMobileOKTests()
Returns the list of mobileOK tests. |
static java.util.List<java.lang.String> |
getMobileOKTestTypes()
Returns the list of mobileOK test types. |
static TesterConfiguration |
getTesterConfiguration()
Returns a mobileOK compliant tester configuration. |
static TesterConfiguration |
getTesterConfiguration(java.util.List<TestImplementation> tests)
Returns a mobileOK tester configuration that applies the given list of tests. |
static TesterConfiguration |
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 inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MobileOKConfiguration()
Method Detail |
---|
public static TesterConfiguration getTesterConfiguration()
public static TesterConfiguration getTesterConfiguration(java.util.List<TestImplementation> tests)
If the list of tests is different from the list returned by
getMobileOKTests()
, note that the returned configuration is
de facto not a mobileOK compliant configuration.
tests
- list of tests that should be run.
public static TesterConfiguration getTesterConfiguration(java.util.List<TestImplementation> tests, java.util.Map<java.lang.String,java.lang.Object> settings)
If the list of tests is different from the list returned by
getMobileOKTests()
, note that the returned configuration is
de facto not a mobileOK compliant configuration.
tests
- list of tests that should be run.settings
- further settings that should be used.
public static java.util.List<TestImplementation> getMobileOKTests()
public static java.util.List<java.lang.String> getMobileOKTestTypes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |