Searched refs:expectation (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dopenbugs_unittest.py45 for expectation in self.find_bugs_in_string_expectations:
46 self.assertEquals(openbugs._find_bugs_in_string(expectation[0]), expectation[1])
/external/chromium/net/data/proxy_resolver_v8_unittest/
H A Dbindings.js13 function expectEquals(expectation, actual) {
14 if (!(expectation === actual)) {
15 throw "FAIL: expected: " + expectation + ", actual: " + actual;
H A Dpac_library_unittest.js290 TestContext.prototype.expectEquals = function(expectation, actual) {
291 if (!(expectation === actual)) {
293 this.log("FAIL: expected: " + expectation + ", actual: " + actual);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dresult_summary.py62 for expectation in TestExpectationsFile.EXPECTATIONS.values():
63 self.tests_by_expectation[expectation] = set()
H A Dtest_expectations.py43 # Test expectation and modifier constants.
47 # Test expectation file update action constants
138 for expectation in expectations:
139 retval.append(self.expectation_to_string(expectation))
143 def expectation_to_string(self, expectation):
144 """Return the uppercased string equivalent of a given expectation."""
146 if item[1] == expectation:
148 raise ValueError(expectation)
224 """Test expectation files consist of lines with specifications of what
348 # expectation i
[all...]
/external/chromium/net/proxy/
H A Dproxy_config_unittest.cc13 void ExpectProxyServerEquals(const char* expectation, argument
15 if (expectation == NULL) {
18 EXPECT_EQ(expectation, proxy_server.ToURI());
/external/android-mock/src/com/google/android/testing/mocking/
H A DAndroidMock.java57 * The various expectation methods such as {@link #eq(boolean)}, {@link #and(boolean, boolean)},
58 * and {@link #leq(byte)} all have nonsense return values. Each of the expectation methods may only
65 * Similarly, the complex expectation methods ({@code #and}, {@code #or}, and {@code not}) take
67 * other than an expectation method is provided. E.g. {@code mockObject.doFoo(and(gt(5), lt(10));}
73 * expectation APIs is not made clear by the method signatures of these expectation methods. In
75 * expectation methods, and not just any random method that returns a {@literal byte} or even a
243 * Returns the expectation setter for the last expected invocation in the current thread.
247 * or according to parameter expectation criteria. Some examples of parameter expectation
1509 not(boolean expectation) argument
1534 not(byte expectation) argument
1558 not(char expectation) argument
1583 not(double expectation) argument
1608 not(float expectation) argument
1633 not(int expectation) argument
1658 not(long expectation) argument
1683 not(short expectation) argument
1708 not(T expectation) argument
[all...]
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_mac_unittest.cc199 PasswordFormData* expectation = expectations[i]; local
200 EXPECT_EQ(expectation->scheme, form->scheme) << test_label;
201 EXPECT_EQ(std::string(expectation->signon_realm), form->signon_realm)
203 EXPECT_EQ(GURL(expectation->origin), form->origin) << test_label;
204 EXPECT_EQ(GURL(expectation->action), form->action) << test_label;
205 EXPECT_EQ(WideToUTF16(expectation->submit_element), form->submit_element)
207 EXPECT_EQ(WideToUTF16(expectation->username_element),
209 EXPECT_EQ(WideToUTF16(expectation->password_element),
211 if (expectation->username_value) {
212 EXPECT_EQ(WideToUTF16(expectation
[all...]
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h45 // A user can use the EXPECT_CALL() macro to specify an expectation on
78 // An abstract handle of an expectation.
81 // A set of expectation handles.
94 // Implements an expectation.
112 // expectation gets picked. Therefore, we sequence all mock function
164 // Returns the expectation that matches the given function arguments
220 // which must be an expectation on this mock function.
453 // An abstract handle of an expectation. Useful in the .After()
476 // Constructs a null object that doesn't reference any expectation.
495 // Returns true iff rhs references the same expectation a
[all...]
/external/chromium/testing/gmock/src/
H A Dgmock-spec-builders.cc87 // Explicitly specifies the cardinality of this expectation. Used by
94 // Retires all pre-requisites of this expectation.
97 // We can take this short-cut as we never retire an expectation
112 // Returns true iff all pre-requisites of this expectation have been
126 // Adds unsatisfied pre-requisites of this expectation to 'result'.
149 // expectation has occurred.
160 // Describes the state of the expectation (e.g. is it satisfied?
332 // No expectation is set on this mock method - we have an
406 // In case the action deletes a piece of the expectation, we
421 // No expectation matche
[all...]
/external/chromium/chrome/browser/download/
H A Ddownload_browsertest.cc497 // |expectation| indicates whether or not a Select File dialog should be
499 // If the dialog appears, the routine exits. The only effect |expectation|
506 SelectExpectation expectation,
520 if (expectation != EXPECT_NOTHING) {
521 EXPECT_EQ(expectation == EXPECT_SELECT_DIALOG,
529 SelectExpectation expectation) {
534 expectation,
503 DownloadAndWaitWithDisposition(Browser* browser, const GURL& url, WindowOpenDisposition disposition, SelectExpectation expectation, int browser_test_flags) argument
527 DownloadAndWait(Browser* browser, const GURL& url, SelectExpectation expectation) argument
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec162 expectation is clearly that this extension would be co-implemented

Completed in 477 milliseconds