Home
last modified time | relevance | path

Searched defs:HelloWorldTest (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/platform_testing/tests/example/native/
H A DHelloWorldTest.cpp21 TEST(HelloWorldTest, PrintHelloWorld) { in TEST() argument
25 TEST(HelloWorldTest, SayHelloWorld) { in TEST() argument
/aosp_15_r20/tools/asuite/atest/unittest_data/class_file_path_testing/
H A Dhello_world_test.kt3 class HelloWorldTest : InstrumentationTestCase() { class
H A Dhello_world_test.cpp21 TEST_F(HelloWorldTest, PrintHelloWorld) { in TEST_F() argument
H A Dhello_world_test.cc21 TEST_F(HelloWorldTest, PrintHelloWorld) { in TEST_F() argument
H A Dhello_world_test.java3 public class HelloWorldTest { class
/aosp_15_r20/platform_testing/tests/example/parameterized_test/src/test/example/parameterized/helloworld/
H A DHelloWorldTest.java28 public class HelloWorldTest { class
45 public HelloWorldTest(String firstWord, String secondWord) { in HelloWorldTest() method in HelloWorldTest
/aosp_15_r20/tools/asuite/atest/unittest_data/cc_path_testing/
H A DPathTesting.cpp21 TEST(HelloWorldTest, PrintHelloWorld) { in TEST() argument
/aosp_15_r20/platform_testing/tests/example/jarhosttest/test/android/test/example/helloworld/
H A DHelloWorldTest.java25 public class HelloWorldTest { class
/aosp_15_r20/platform_testing/tests/example/mobly/
H A Dhello_world_test.py25 class HelloWorldTest(base_test.BaseTestClass): class
/aosp_15_r20/platform_testing/tests/example/instrumentation/src/android/test/example/helloworld/
H A DHelloWorldTest.java33 public class HelloWorldTest { class
/aosp_15_r20/system/chre/apps/test/chqts/src/general_test/
H A Dhello_world_test.cc26 HelloWorldTest::HelloWorldTest() : Test(CHRE_API_VERSION_1_0) {} in HelloWorldTest() function in general_test::HelloWorldTest