Lines Matching refs:suite
20 If you need to add an entirely new JUnit test suite, you need to add both a JUnit test
21 suite, and a new testable SDK.
40 // by your JUnit test suite to load
76 // the JUnit test suite and returning results.
89 // test suite.
108 They need to be invoked from a JUnit test suite.
111 ### Invoke from a JUnit test suite
113 This guide will skip over defining a new JUnit test suite,
114 as this is the same as any other JUnit test suite in CTS.
117 JUnit test suite APK relies on the SDK you defined:
132 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
138 be built and your JUnit test suite relies on
151 // this JUnit test suite is built.
157 You can now invoke tests from your JUnit test suite as shown. Note that