Searched defs:expectation (Results 1 - 8 of 8) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue176/
H A DSingleQuoteTest.java39 private void checkQuotes(boolean isBlock, String expectation) { argument
54 assertEquals(expectation + "\n", output);
/external/vogar/src/vogar/
H A DAnnotatedOutcome.java29 * with, if applicable, and the expectation for this test, so that result value information is
39 private final Expectation expectation; field in class:AnnotatedOutcome
44 AnnotatedOutcome(Outcome outcome, Expectation expectation) { argument
45 this.expectation = expectation;
62 return outcome.getResultValue(expectation);
68 previousResultValues.add(previousOutcome.getResultValue(expectation));
H A DOutcome.java136 public ResultValue getResultValue(Expectation expectation) { argument
138 if (expectation.matches(this)) {
140 } else if (expectation.getIsFromExpectationFile()) {
141 // If the expectation is created from a file, make this a warning, to
H A DConsole.java157 String outcomeName, Result result, ResultValue resultValue, Expectation expectation) {
160 if (!expectation.getDescription().isEmpty()) {
161 streamOutput(outcomeName, "\n" + colorString(expectation.getDescription(), Color.COMMENT));
163 if (expectation.getBug() != -1) {
164 streamOutput(outcomeName, "\n" + colorString("http://b/" + expectation.getBug(), Color.COMMENT));
156 printResult( String outcomeName, Result result, ResultValue resultValue, Expectation expectation) argument
/external/skia/tests/
H A DPDFDocumentTest.cpp167 static bool contains(const uint8_t* result, size_t size, const char expectation[]) { argument
168 size_t len = strlen(expectation);
171 if (0 == memcmp(result + i, expectation, len)) {
201 for (const char* expectation : expectations) {
202 if (!contains(data->bytes(), data->size(), expectation)) {
203 ERRORF(r, "PDFA expectation missing: '%s'.", expectation);
219 for (const char* expectation : moreExpectations) {
220 if (!contains(data->bytes(), data->size(), expectation)) {
221 ERRORF(r, "PDFA expectation missin
[all...]
/external/deqp/modules/glshared/
H A DglsStateQueryUtil.cpp1646 std::ostringstream expectation; local
1659 expectation << " ,";
1671 buf << "Expected {" << expectation.str() << "}, got " << tcu::formatArray(state.getIntVec4Access());
1679 std::ostringstream expectation; local
1692 expectation << " ,";
1704 buf << "Expected {" << expectation.str() << "}, got " << tcu::formatArray(state.getUintVec4Access());
1764 std::ostringstream expectation; local
1774 expectation << " ,";
1782 buf << "Expected {" << expectation.str() << "}, got " << tcu::formatArray(state.getFloatVec4Access());
1790 std::ostringstream expectation; local
[all...]
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module_unittest_oldapi.cc399 } expectation[] = {{2, kAudioFrameCN}, local
418 EXPECT_EQ(expectation[num_calls - 1].ix, i);
419 EXPECT_EQ(expectation[num_calls - 1].type, packet_cb_.last_frame_type())
1754 // The return value does not say if the values match the expectation, just
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 248 milliseconds