OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testFullName
(Results
1 - 8
of
8
) sorted by null
/cts/tools/host/src/com/android/cts/
TestSession.java
180
* @param
testFullName
The test full name.
182
public void start(final String
testFullName
) throws TestNotFoundException,
185
if ((
testFullName
== null) || (
testFullName
.length() == 0)) {
192
if (!
testFullName
.matches("(\\w+.)+\\w+")) {
193
throw new IllegalTestNameException(
testFullName
);
198
if (-1 !=
testFullName
.indexOf(Test.METHOD_SEPARATOR)) {
199
test = searchTest(
testFullName
);
202
"The specific test does not exist: " +
testFullName
);
206
CUIOutputStream.println("start test " +
testFullName
);
[
all
...]
TestHost.java
451
* @param
testFullName
The full name of the test to be run.
456
final String
testFullName
, final String javaPkgName, ActionType type)
480
ts.start(
testFullName
);
675
* @param
testFullName
Specific test full name.
680
final String
testFullName
, final String javaPkgName, ActionType type)
686
runTest(ts, deviceId,
testFullName
, javaPkgName, type);
Test.java
342
String
testFullName
= getFullName();
343
print(
testFullName
+ "...");
TestDevice.java
[
all
...]
/cts/tools/host/test/com/android/cts/
TestPlanBuilderTests.java
100
String
testFullName
= "com.google.CtsTestHello#testHello";
102
assertEquals(
testFullName
, testNames.get(0));
113
testFullName
= "com.google.TestSuiteName.TestCaseName#testName1";
115
assertEquals(
testFullName
, testNames.get(0));
/external/gtest/test/
gtest_filter_unittest.py
302
def
testFullName
(self):
/external/protobuf/gtest/test/
gtest_filter_unittest.py
341
def
testFullName
(self):
/external/chromium/testing/gtest/test/
gtest_filter_unittest.py
385
def
testFullName
(self):
Completed in 75 milliseconds