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
DAndroid.bp21 srcs: ["HelloWorldTest.cpp"],
/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/libraries/tradefed-python-lib/helloWorld/
Dtest_hello_world.py22 class HelloWorldTest(base_test._TradefedTestClass): class
/platform_testing/tests/example/mobly/
Dhello_world_test.py135 class HelloWorldTest(base_test.BaseTestClass): class