/external/parameter-framework/upstream/test/functional-tests/ |
D | Basic.cpp | 46 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")
|
D | Handle.cpp | 213 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 …]
|
D | Logarithmic.cpp | 70 SCENARIO_METHOD(LazyPF, "Invalid Logarithmic points XML structure", "[Logarithmic Type]") 82 SCENARIO_METHOD(LogarithmicsPF, "Logarithmic points", "[Logarithmic Type]")
|
D | Linear.cpp | 68 SCENARIO_METHOD(LazyPF, "Invalid Linear points XML structure", "[Linear Type]") 80 SCENARIO_METHOD(LinearsPF, "Linear points", "[Linear Type]")
|
D | FixedPoint.cpp | 62 SCENARIO_METHOD(LazyPF, "Invalid FixedPoint types XML structure", "[FixedPoint types]") 74 SCENARIO_METHOD(FixedPointPF, "FixedPoint types", "[FixedPoint types]")
|
D | BitParameter.cpp | 63 SCENARIO_METHOD(LazyPF, "Invalid BitParameter types XML structure", "[BitParameter types]") 75 SCENARIO_METHOD(BitParameterPF, "BitParameter types", "[BitParameter types]")
|
D | EnumParameter.cpp | 59 SCENARIO_METHOD(LazyPF, "Invalid EnumParameter types XML structure", "[EnumParameter types]") 71 SCENARIO_METHOD(EnumParameterPF, "EnumParameter types", "[EnumParameter types]")
|
D | Integer.cpp | 92 SCENARIO_METHOD(LazyPF, "Invalid Integer types XML structure", "[Integer types]") 104 SCENARIO_METHOD(IntegerPF, "Integer types", "[Integer types]")
|
D | FloatingPoint.cpp | 63 SCENARIO_METHOD(LazyPF, "Invalid floating points XML structure", "[floating point]") 75 SCENARIO_METHOD(FloatsPF, "Floating points", "[floating points]")
|
D | AutoSync.cpp | 106 SCENARIO_METHOD(BoolPF, "Auto sync")
|
D | Boolean.cpp | 55 SCENARIO_METHOD(BooleanPF, "Boolean types", "[Boolean types]")
|
/external/parameter-framework/upstream/test/functional-tests/include/ |
D | Test.hpp | 40 #ifndef SCENARIO_METHOD 42 #define SCENARIO_METHOD(className, ...) TEST_CASE_METHOD(className, "Scenario: " __VA_ARGS__) macro
|
/external/catch2/projects/SelfTest/UsageTests/ |
D | BDD.tests.cpp | 95 SCENARIO_METHOD(Fixture,
|
/external/catch2/include/ |
D | catch.hpp | 260 #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/ |
D | catch.hpp | 10431 #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/ |
D | catch.hpp | 14744 #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
|