OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CtsTest
(Results
1 - 6
of
6
) sorted by null
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java
19
import com.android.cts.tradefed.testtype.
CtsTest
;
61
@Option(name =
CtsTest
.RUN_KNOWN_FAILURES_OPTION)
TestPackageResult.java
18
import com.android.cts.tradefed.testtype.
CtsTest
;
235
String name = metrics.get(
CtsTest
.PACKAGE_NAME_METRIC);
239
String abi = metrics.get(
CtsTest
.PACKAGE_ABI_METRIC);
243
String digest = metrics.get(
CtsTest
.PACKAGE_DIGEST_METRIC);
CtsXmlResultReporter.java
21
import com.android.cts.tradefed.testtype.
CtsTest
;
86
// listen in on the plan option provided to
CtsTest
87
@Option(name =
CtsTest
.PLAN_OPTION, description = "the test plan to run.")
90
// listen in on the continue-session option provided to
CtsTest
91
@Option(name =
CtsTest
.CONTINUE_OPTION, description = "the test result session to continue.")
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ResultFilter.java
18
import com.android.cts.tradefed.testtype.
CtsTest
.TestPackage;
CtsTest.java
75
public class
CtsTest
implements IDeviceTest, IResumableTest, IShardableTest, IBuildReceiver {
76
private static final String LOG_TAG = "
CtsTest
";
318
* Create a new {@link
CtsTest
} that will run the default list of {@link TestPackage}s.
320
public
CtsTest
() {
325
* Create a new {@link
CtsTest
} that will run the given {@link List} of {@link TestPackage}s.
327
public
CtsTest
(int shardAssignment, int totalShards) {
[
all
...]
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
CtsTestTest.java
45
* Unit tests for {@link
CtsTest
}.
65
private
CtsTest
mCtsTest;
93
mCtsTest = new
CtsTest
() {
125
* Test normal case {@link
CtsTest
#run(ITestInvocationListener)} when running a plan.
139
* Test normal case {@link
CtsTest
#run(ITestInvocationListener)} when running a package.
190
* Test normal case {@link
CtsTest
#run(ITestInvocationListener)} when running a class.
210
* Test normal case {@link
CtsTest
#run(ITestInvocationListener)} when running a class.
230
* Test {@link
CtsTest
#run(ITestInvocationListener)} when --excluded-package is specified
246
* Test {@link
CtsTest
#run(ITestInvocationListener)} when --continue-session is specified
292
* Test {@link
CtsTest
#run(ITestInvocationListener)} when --plan and --package options have no
[
all
...]
Completed in 427 milliseconds