Home
last modified time | relevance | path

Searched refs:REQUIRE_NOTHROW (Results 1 – 25 of 26) sorted by relevance

12

/external/parameter-framework/upstream/test/functional-tests/
DBoolean.cpp60 REQUIRE_NOTHROW(setTuningMode(true));
78 REQUIRE_NOTHROW(getParameter(path, getValueBack));
88 REQUIRE_NOTHROW(setTuningMode(false));
96 REQUIRE_NOTHROW(handle.getAsBoolean(getValueBack));
106 REQUIRE_NOTHROW(setTuningMode(false));
114 REQUIRE_NOTHROW(handle.getAsInteger(getValueBack));
129 REQUIRE_NOTHROW(setRawValueSpace(true));
147 REQUIRE_NOTHROW(getParameter(path, getValueBack));
157 REQUIRE_NOTHROW(getParameter(path, getValueBack));
DBitParameter.cpp80 REQUIRE_NOTHROW(setTuningMode(true));
98 REQUIRE_NOTHROW(getParameter(path, getValueBack));
106 REQUIRE_NOTHROW(setRawValueSpace(true));
107 REQUIRE_NOTHROW(setHexOutputFormat(true));
122 REQUIRE_NOTHROW(getParameter(path, getValueBack));
132 REQUIRE_NOTHROW(setTuningMode(false));
148 REQUIRE_NOTHROW(setTuningMode(false));
156 REQUIRE_NOTHROW(handle.getAsBoolean(getValueBack));
DEnumParameter.cpp76 REQUIRE_NOTHROW(setTuningMode(true));
94 REQUIRE_NOTHROW(getParameter(path, getValueBack));
102 REQUIRE_NOTHROW(setRawValueSpace(true));
115 REQUIRE_NOTHROW(getParameter(path, getValueBack));
120 REQUIRE_NOTHROW(setHexOutputFormat(true));
133 REQUIRE_NOTHROW(getParameter(path, getValueBack));
143 REQUIRE_NOTHROW(setTuningMode(false));
151 REQUIRE_NOTHROW(handle.getAsSignedInteger(getValueBack));
DInteger.cpp109 REQUIRE_NOTHROW(setTuningMode(true));
127 REQUIRE_NOTHROW(getParameter(path, getValueBack));
134 REQUIRE_NOTHROW(setRawValueSpace(true));
135 REQUIRE_NOTHROW(setHexOutputFormat(true));
152 REQUIRE_NOTHROW(getParameter(path, getValueBack));
162 REQUIRE_NOTHROW(setTuningMode(false));
170 REQUIRE_NOTHROW(handle.getAsSignedInteger(getValueBack));
187 REQUIRE_NOTHROW(setTuningMode(false));
DAutoSync.cpp109 REQUIRE_NOTHROW(start());
118 REQUIRE_NOTHROW(setAutoSync(true));
121 REQUIRE_NOTHROW(setParameterValue(true));
129 REQUIRE_NOTHROW(setAutoSync(false));
132 REQUIRE_NOTHROW(setParameterValue(true));
138 REQUIRE_NOTHROW(setAutoSync(true));
DFloatingPoint.cpp80 REQUIRE_NOTHROW(setTuningMode(true));
102 REQUIRE_NOTHROW(getParameter(path, getValueBack));
113 REQUIRE_NOTHROW(setRawValueSpace(true));
141 REQUIRE_NOTHROW(getParameter(path, getValueBack));
151 REQUIRE_NOTHROW(setTuningMode(false));
164 REQUIRE_NOTHROW(handle.getAsDouble(getValueBack));
DLinear.cpp85 REQUIRE_NOTHROW(setTuningMode(true));
106 REQUIRE_NOTHROW(getParameter(path, getValueBack));
116 REQUIRE_NOTHROW(setTuningMode(false));
117 REQUIRE_NOTHROW(setRawValueSpace(true));
129 REQUIRE_NOTHROW(handle.getAsDouble(getValueBack));
DFixedPoint.cpp79 REQUIRE_NOTHROW(setTuningMode(true));
100 REQUIRE_NOTHROW(getParameter(path, getValueBack));
106 REQUIRE_NOTHROW(setRawValueSpace(true));
116 REQUIRE_NOTHROW(getParameter(path, getValueBack));
DHandle.cpp58 AllParamsPF() : ParameterFramework{getConfig()} { REQUIRE_NOTHROW(start()); } in AllParamsPF()
468 REQUIRE_NOTHROW(root.setAsBytes(readBytes(rootTestSettings)));
483 REQUIRE_NOTHROW(basicParams.setAsBytes(readBytes(testBasicSettingsBytes)));
496 REQUIRE_NOTHROW(elem0.setAsBytes(readBytes(testBasicSettingsBytes)));
511 REQUIRE_NOTHROW(root.setAsBytes(readBytes(rootBytesSettings)));
518 REQUIRE_NOTHROW(root.setAsXML(rootXMLSettings));
532 REQUIRE_NOTHROW(basicParams.setAsBytes(readBytes(testBasicSettingsBytes)));
539 REQUIRE_NOTHROW(basicParams.setAsXML(basicXMLSettings));
548 MappingPF() : ParameterFramework{getConfig()} { REQUIRE_NOTHROW(start()); } in MappingPF()
DLogarithmic.cpp87 REQUIRE_NOTHROW(setTuningMode(true));
106 REQUIRE_NOTHROW(getParameter(path, getValueBack));
DBasic.cpp77 REQUIRE_NOTHROW(pfw.start());
88 REQUIRE_NOTHROW(pfw.start());
/external/catch2/projects/SelfTest/UsageTests/
DApprox.tests.cpp165 REQUIRE_NOTHROW(Approx(0).margin(0));
166 REQUIRE_NOTHROW(Approx(0).margin(1234656));
170 REQUIRE_NOTHROW(Approx(0).epsilon(0));
171 REQUIRE_NOTHROW(Approx(0).epsilon(1));
DException.tests.cpp79 REQUIRE_NOTHROW( thisDoesntThrow() );
151 REQUIRE_NOTHROW( throwCustom() );
203 REQUIRE_NOTHROW( thisThrows() );
DMatchers.tests.cpp360 REQUIRE_NOTHROW(WithinAbs(1.f, 0.f));
363 REQUIRE_NOTHROW(WithinULP(1.f, 0));
402 REQUIRE_NOTHROW(WithinAbs(1., 0.));
405 REQUIRE_NOTHROW(WithinULP(1., 0));
DCompilation.tests.cpp86 REQUIRE_NOTHROW(throws_int(false)); in templated_tests()
DTricky.tests.cpp381 REQUIRE_NOTHROW( std::vector<int>{1, 2, 3} == std::vector<int>{1, 2, 3} );
/external/catch2/projects/ExtraTests/
DX02-DisabledMacros.cpp17 REQUIRE_NOTHROW( print() ); in foo()
DCMakeLists.txt30 …OWS; REQUIRE_THROWS_AS; REQUIRE_THROWS_WITH; REQUIRE_THROWS_MATCHES; REQUIRE_NOTHROW; CHECK; CHECK…
/external/catch2/projects/SelfTest/Baselines/
Dconsole.swa4.approved.txt173 inside REQUIRE_NOTHROW
179 REQUIRE_NOTHROW( thisThrows() )
230 REQUIRE_NOTHROW( throws_int(false) )
Dconsole.std.approved.txt34 inside REQUIRE_NOTHROW
40 REQUIRE_NOTHROW( thisThrows() )
260 REQUIRE_NOTHROW( throwCustom() )
Dconsole.sw.approved.txt173 inside REQUIRE_NOTHROW
179 REQUIRE_NOTHROW( thisThrows() )
230 REQUIRE_NOTHROW( throws_int(false) )
1464 REQUIRE_NOTHROW( Approx(0).margin(0) )
1467 REQUIRE_NOTHROW( Approx(0).margin(1234656) )
1473 REQUIRE_NOTHROW( Approx(0).epsilon(0) )
1476 REQUIRE_NOTHROW( Approx(0).epsilon(1) )
1901 REQUIRE_NOTHROW( std::vector<int>{1, 2, 3} == std::vector<int>{1, 2, 3} )
2169 REQUIRE_NOTHROW( throwCustom() )
2733 REQUIRE_NOTHROW( WithinAbs(1., 0.) )
[all …]
/external/catch2/examples/
D207-Rpt-TeamCityReporter.cpp56 REQUIRE_NOTHROW( (throw std::runtime_error("surprise!"), true) );
/external/catch2/include/
Dcatch.hpp194 #define REQUIRE_NOTHROW( ... ) INTERNAL_CATCH_NO_THROW( "REQUIRE_NOTHROW", Catch::ResultDisposition… macro
361 #define REQUIRE_NOTHROW( ... ) (void)(0) macro
/external/catch2/docs/
Dassertions.md110 * **REQUIRE_NOTHROW(** _expression_ **)** and
145 REQUIRE_NOTHROW([&](){
/external/catch2/single_include/catch2/
Dcatch.hpp14680 #define REQUIRE_NOTHROW( ... ) INTERNAL_CATCH_NO_THROW( "REQUIRE_NOTHROW", Catch::ResultDisposition… macro
14845 #define REQUIRE_NOTHROW( ... ) (void)(0) macro

12