Home
last modified time | relevance | path

Searched refs:SUITE_NAME (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/dynamic_suite/
Dconstants.py73 SUITE_NAME = 'suite' variable
80 SUITE_NAME,
/external/testng/src/main/java/org/testng/
DCommandLineArgs.java77 public static final String SUITE_NAME = "-suitename"; field in CommandLineArgs
78 @Parameter(names = SUITE_NAME, description = "Default name of test suite, if not specified " +
DTestNGAntTask.java562 addStringIfNotBlank(argv, CommandLineArgs.SUITE_NAME, m_suiteName); in createArguments()
DTestNG.java1600 String defaultSuiteName = (String) cmdLineArgs.get(CommandLineArgs.SUITE_NAME); in configure()
/external/ComputeLibrary/tests/framework/
DMacros.h34 #define TEST_SUITE(SUITE_NAME) \ argument
35 namespace SUITE_NAME##Suite \
37 …atic arm_compute::test::framework::detail::TestSuiteRegistrar SUITE_NAME##Suite_reg{ #SUITE_NAME };