• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/android/profiling/cts/15-Dec-2024-2,3941,457

Android.bpD15-Dec-2024917 3836

AndroidManifest.xmlD15-Dec-20241.7 KiB4221

AndroidTest.xmlD15-Dec-20242.2 KiB4726

OWNERSD15-Dec-202478 42

READMED15-Dec-2024695 1813

jarjar-rules.txtD15-Dec-2024120 42

README

1Building and Running Tests -
2
3Currently the Profiling module is considered a packaged APEX and is not currently configured to run
4on the mts infrastructure. Please use CTS/ATEST in order to run tests.
5
6The example below will run all tests defined in the module.
7atest [ModuleName]
8ex - atest CtsProfilingModuleTests
9
10This will run all tests in a specific test class.
11atest [ModuleName]:[Package].[Class]
12ex - atest CtsProfilingModuleTests:android.profiling.cts.ProfilingFrameworkTests
13
14This will run a specific method from a test class.
15atest [ModuleName]:[Package].[Class]#[Method]
16ex - atest
17    CtsProfilingModuleTests:android.profiling.cts.ProfilingFrameworkTests#createProfilingRequestTest
18