| Package | Description |
|---|---|
| com.opera.core.systems |
Provides OperaDriver and associated classes.
|
| com.opera.core.systems.scope.stp.services |
Implementations of the Scope service interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
List<Selftest.SelftestResult> |
OperaDriver.selftest(Set<String> modules) |
List<Selftest.SelftestResult> |
RunsSelftest.selftest(Set<String> modules) |
List<Selftest.SelftestResult> |
OperaDriver.selftest(Set<String> modules,
String groupPattern) |
List<Selftest.SelftestResult> |
RunsSelftest.selftest(Set<String> modules,
String groupPattern) |
List<Selftest.SelftestResult> |
OperaDriver.selftest(Set<String> modules,
String groupPattern,
String excludePattern) |
List<Selftest.SelftestResult> |
RunsSelftest.selftest(Set<String> modules,
String groupPattern,
String excludePattern)
Makes a collection of selftests based on the parameters in and runs them.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ScopeSelftest.ScopeSelftestResult |
| Modifier and Type | Method and Description |
|---|---|
Selftest.SelftestResult |
ScopeSelftest.ScopeSelftestResult.Builder.build()
Returns a newly-created
SelftestResult based on the contents of the builder. |
Selftest.SelftestResult |
ScopeSelftest.ScopeSelftestResult.fromJson(org.json.JSONObject json) |
Copyright © 2012. All Rights Reserved.