Home
last modified time | relevance | path

Searched refs:HelloWorldTest (Results 1 – 6 of 6) sorted by relevance

/platform_testing/tests/example/native/
DHelloWorldTest.cpp21 TEST(HelloWorldTest, PrintHelloWorld) { in TEST() argument
25 TEST(HelloWorldTest, SayHelloWorld) { in TEST() argument
DAndroid.bp22 srcs: ["HelloWorldTest.cpp"],
/platform_testing/tests/example/parameterized_test/src/test/example/parameterized/helloworld/
DHelloWorldTest.java28 public class HelloWorldTest { class
30 private static final String TAG = HelloWorldTest.class.getSimpleName();
45 public HelloWorldTest(String firstWord, String secondWord) { in HelloWorldTest() method in HelloWorldTest
/platform_testing/tests/example/instrumentation/src/android/test/example/helloworld/
DHelloWorldTest.java33 public class HelloWorldTest { class
35 private static final String TAG = HelloWorldTest.class.getSimpleName();
/platform_testing/tests/example/jarhosttest/test/android/test/example/helloworld/
DHelloWorldTest.java25 public class HelloWorldTest { class
/platform_testing/tests/example/mobly/
Dhello_world_test.py25 class HelloWorldTest(base_test.BaseTestClass): class