public interface RunsSelftest
Selftest.SelftestResult| Modifier and Type | Method and Description |
|---|---|
List<Selftest.SelftestResult> |
selftest(Set<String> modules) |
List<Selftest.SelftestResult> |
selftest(Set<String> modules,
String groupPattern) |
List<Selftest.SelftestResult> |
selftest(Set<String> modules,
String groupPattern,
String excludePattern)
Makes a collection of selftests based on the parameters in and runs them.
|
List<Selftest.SelftestResult> selftest(Set<String> modules)
modules - a set of modules to run the selftests ofList<Selftest.SelftestResult> selftest(Set<String> modules, String groupPattern)
modules - a set of modules to run the selftests ofgroupPattern - glob-style pattern to match specific test groups (ie. "group:testname*")List<Selftest.SelftestResult> selftest(Set<String> modules, String groupPattern, String excludePattern)
OperaIntervals.SELFTEST_TIMEOUT is reached.modules - a set of modules to run the selftests ofgroupPattern - glob-style pattern to match specific test groups (ie. "group:testname*")excludePattern - glob-style pattern to create an exclusion rule as in `groupPattern`Copyright © 2012. All Rights Reserved.