Home
last modified time | relevance | path

Searched defs:expectation (Results 1 – 25 of 83) sorted by relevance

1234

/external/aws-sdk-java-v2/test/ruleset-testing-core/src/main/java/software/amazon/awssdk/core/rules/testing/
DAsyncTestCase.java25 private final Expect expectation; field in AsyncTestCase
28 …estCase(String description, Supplier<CompletableFuture<?>> operationRunnable, Expect expectation) { in AsyncTestCase()
32 …cTestCase(String description, Supplier<CompletableFuture<?>> operationRunnable, Expect expectation, in AsyncTestCase()
44 public Expect expectation() { in expectation() method in AsyncTestCase
DSyncTestCase.java23 private final Expect expectation; field in SyncTestCase
26 public SyncTestCase(String description, Runnable operationRunnable, Expect expectation) { in SyncTestCase()
30 …public SyncTestCase(String description, Runnable operationRunnable, Expect expectation, String ski… in SyncTestCase()
41 public Expect expectation() { in expectation() method in SyncTestCase
DBaseRuleSetClientTest.java81 Expect expectation = testCase.expectation(); in runAndVerify() local
104 Expect expectation = testCase.expectation(); in runAndVerify() local
/external/mesa3d/.gitlab-ci/tests/utils/
Dtest_lava_log.py57 def test_gitlab_section(method, collapsed, expectation): argument
183 def test_hide_sensitive_data(input, expectation, tags): argument
382 def test_detect_failure(messages, expectation): argument
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/rules/
DEndpointTest.java29 private final Expectation expectation; field in EndpointTest
219 private Expectation expectation; field in EndpointTest.Builder
227 public Builder expectation(Expectation expectation) { in expectation() argument
/external/skia/tests/
DPDFDocumentTest.cpp151 static bool contains(const uint8_t* result, size_t size, const char expectation[]) { in contains()
184 for (const char* expectation : expectations) { in DEF_TEST() local
200 for (const char* expectation : moreExpectations) { in DEF_TEST() local
229 for (const char* expectation : expectations) { in DEF_TEST() local
DPDFMetadataAttributeTest.cpp51 for (const char* expectation : expectations) { in DEF_TEST() local
DFilterResultTest.cpp249 Expect expectation, in ApplyAction()
262 Expect expectation, in ApplyAction()
273 Expect expectation, in ApplyAction()
284 Expect expectation, in ApplyAction()
328 Expect expectation() const { return fExpectation; } in expectation() function in __anon7161eb540111::ApplyAction
975 TestCase& applyCrop(const SkIRect& crop, Expect expectation) { in applyCrop()
981 Expect expectation, in applyCrop()
999 TestCase& applyTransform(const SkMatrix& matrix, Expect expectation) { in applyTransform()
1005 Expect expectation, in applyTransform()
1020 Expect expectation, in applyColorFilter()
[all …]
/external/vogar/src/vogar/
DAnnotatedOutcome.java39 private final Expectation expectation; field in AnnotatedOutcome
44 AnnotatedOutcome(Outcome outcome, Expectation expectation) { in AnnotatedOutcome()
DDriver.java153 Expectation expectation = run.expectationStore.get(action.getName()); in enqueueActionTasks() local
224 Expectation expectation = run.expectationStore.get(outcome); in recordOutcome() local
239 run.console.printResult(outcome.getName(), result, resultValue, expectation); in recordOutcome() local
DXmlReportPrinter.java104 Expectation expectation = expectationStore.get(outcome); in testsToSuites() local
151 Expectation expectation = expectationStore.get(outcome); in print() local
DExpectationStore.java95 Expectation expectation = outcomes.get(name); in getByNameOrPackage() local
207 Expectation expectation = in readExpectation() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowFileObserverTest.java69 Expectation expectation = new Expectation(FileObserver.CREATE, newFile.getName()); in monitorDirectory() local
108 Expectation expectation = new Expectation(FileObserver.CREATE, newFile.getName()); in monitorFile() local
/external/cronet/third_party/libc++/src/test/libcxx/gdb/
Dgdb_pretty_printer_test.sh.cpp106 const char *expectation) { in ComparePrettyPrintToChars()
113 const char *expectation) { in ComparePrettyPrintToRegex()
120 const char *expectation) { in CompareExpressionPrettyPrintToChars()
127 const char *expectation) { in CompareExpressionPrettyPrintToRegex()
/external/mesa3d/.gitlab-ci/tests/
Dtest_lava_job_submitter.py227 expectation, argument
323 def test_parse_job_result_from_log(message, expectation, mock_proxy): argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue176/
DSingleQuoteTest.java35 private void checkQuotes(boolean isBlock, String expectation) { in checkQuotes()
/external/pigweed/pw_unit_test/
Drpc_light_event_handler.cc51 const TestExpectation& expectation) { in TestCaseExpect()
Dgoogletest_style_event_handler.cc121 const TestCase& test_case, const TestExpectation& expectation) { in TestCaseExpect()
Dlogging_event_handler.cc123 const TestExpectation& expectation) { in TestCaseExpect()
Drpc_gtest_event_handler.cc88 TestExpectation expectation{ in OnTestPartResult() local
/external/pigweed/pw_unit_test/public/pw_unit_test/
Dmulti_event_handler.h85 const TestExpectation& expectation) override { in TestCaseExpect()
Dtest_record_event_handler.h80 const TestExpectation& expectation) override { in TestCaseExpect()
/external/cronet/net/dns/
Dhttpssvc_metrics.cc85 base::StringPiece expectation = "ExpectNoerror"; in BuildMetricName() local
/external/pigweed/pw_unit_test/light_public_overrides/pw_unit_test/
Dframework_backend.h515 bool CurrentTestExpect(Expectation expectation, in CurrentTestExpect()
547 bool CurrentTestExpect(Expectation expectation, in CurrentTestExpect()
836 #define _PW_TEST_ASSERT(expectation) \ argument
840 #define _PW_TEST_EXPECT(expectation) \ argument
/external/libchrome/ui/gfx/geometry/
Daxis_transform2d_unittest.cc65 AxisTransform2d expectation(0.625f, Vector2dF(11.875f, 32.5f)); in TEST() local

1234