Home
last modified time | relevance | path

Searched refs:SCENARIO_METHOD (Results 1 – 16 of 16) sorted by relevance

/external/parameter-framework/upstream/test/functional-tests/
DBasic.cpp46 SCENARIO_METHOD(ParameterFramework, "Default logger", "[log]")
55 SCENARIO_METHOD(ParameterFramework, "No Logger", "[log]")
101 SCENARIO_METHOD(LazyPF, "Tuning OK", "[properties][remote interface]")
105 SCENARIO_METHOD(LazyPF, "Invalid XML configuration")
127 SCENARIO_METHOD(LazyPF, "Plugin OK", "[properties][missing plugin policy]")
155 SCENARIO_METHOD(LazyPF, "Invalid domains", "[properties]")
171 SCENARIO_METHOD(ParameterFramework, "Raw value space")
DHandle.cpp213 SCENARIO_METHOD(AllParamsPF, "Export boolean", "[handler][structure][xml]")
219 SCENARIO_METHOD(AllParamsPF, "Export component", "[handler][structure][xml]")
227 SCENARIO_METHOD(AllParamsPF, "Export component array", "[handler][structure][xml]")
236 SCENARIO_METHOD(AllParamsPF, "Export all parameters", "[handler][structure][xml]")
399 SCENARIO_METHOD(SettingsTestPF, "Export and import XML settings", "[handler][settings][xml]")
449 SCENARIO_METHOD(SettingsTestPF, "Bijection of binary show and read", "[identity][test]")
454 SCENARIO_METHOD(SettingsTestPF, "Export and import root binary settings",
475 SCENARIO_METHOD(SettingsTestPF, "Export and import basic binary settings",
490 SCENARIO_METHOD(SettingsTestPF, "Export and import array binary settings",
503 SCENARIO_METHOD(SettingsTestPF, "Import root in one format, export in an other",
[all …]
DLogarithmic.cpp70 SCENARIO_METHOD(LazyPF, "Invalid Logarithmic points XML structure", "[Logarithmic Type]")
82 SCENARIO_METHOD(LogarithmicsPF, "Logarithmic points", "[Logarithmic Type]")
DLinear.cpp68 SCENARIO_METHOD(LazyPF, "Invalid Linear points XML structure", "[Linear Type]")
80 SCENARIO_METHOD(LinearsPF, "Linear points", "[Linear Type]")
DFixedPoint.cpp62 SCENARIO_METHOD(LazyPF, "Invalid FixedPoint types XML structure", "[FixedPoint types]")
74 SCENARIO_METHOD(FixedPointPF, "FixedPoint types", "[FixedPoint types]")
DBitParameter.cpp63 SCENARIO_METHOD(LazyPF, "Invalid BitParameter types XML structure", "[BitParameter types]")
75 SCENARIO_METHOD(BitParameterPF, "BitParameter types", "[BitParameter types]")
DEnumParameter.cpp59 SCENARIO_METHOD(LazyPF, "Invalid EnumParameter types XML structure", "[EnumParameter types]")
71 SCENARIO_METHOD(EnumParameterPF, "EnumParameter types", "[EnumParameter types]")
DInteger.cpp92 SCENARIO_METHOD(LazyPF, "Invalid Integer types XML structure", "[Integer types]")
104 SCENARIO_METHOD(IntegerPF, "Integer types", "[Integer types]")
DFloatingPoint.cpp63 SCENARIO_METHOD(LazyPF, "Invalid floating points XML structure", "[floating point]")
75 SCENARIO_METHOD(FloatsPF, "Floating points", "[floating points]")
DAutoSync.cpp106 SCENARIO_METHOD(BoolPF, "Auto sync")
DBoolean.cpp55 SCENARIO_METHOD(BooleanPF, "Boolean types", "[Boolean types]")
/external/parameter-framework/upstream/test/functional-tests/include/
DTest.hpp40 #ifndef SCENARIO_METHOD
42 #define SCENARIO_METHOD(className, ...) TEST_CASE_METHOD(className, "Scenario: " __VA_ARGS__) macro
/external/catch2/projects/SelfTest/UsageTests/
DBDD.tests.cpp95 SCENARIO_METHOD(Fixture,
/external/catch2/include/
Dcatch.hpp260 #define SCENARIO_METHOD( className, ... ) INTERNAL_CATCH_TEST_CASE_METHOD( className, "Scenario: " … macro
420 #define SCENARIO_METHOD( className, ... ) INTERNAL_CATCH_TESTCASE_METHOD_NO_REGISTRATION(INTERNAL_C… macro
/external/bcc/tests/cc/
Dcatch.hpp10431 #define SCENARIO_METHOD( className, ... ) INTERNAL_CATCH_TEST_CASE_METHOD( className, "Scenario: " … macro
10434 #define SCENARIO_METHOD( className, name, tags ) INTERNAL_CATCH_TEST_CASE_METHOD( className, "Scena… macro
/external/catch2/single_include/catch2/
Dcatch.hpp14744 #define SCENARIO_METHOD( className, ... ) INTERNAL_CATCH_TEST_CASE_METHOD( className, "Scenario: " … macro
14903 #define SCENARIO_METHOD( className, ... ) INTERNAL_CATCH_TESTCASE_METHOD_NO_REGISTRATION(INTERNAL_C… macro