OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
376 - 400
of
4772
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
EditorAction.java
17
package com.google.android.apps.common.
testing
.ui.espresso.action;
19
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.ViewMatchers.isDisplayed;
21
import com.google.android.apps.common.
testing
.ui.espresso.PerformException;
22
import com.google.android.apps.common.
testing
.ui.espresso.UiController;
23
import com.google.android.apps.common.
testing
.ui.espresso.ViewAction;
24
import com.google.android.apps.common.
testing
.ui.espresso.util.HumanReadables;
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/
AppNotIdleExceptionTest.java
17
package com.google.android.apps.common.
testing
.ui.espresso;
19
import static com.google.android.apps.common.
testing
.ui.espresso.Espresso.onView;
20
import static com.google.android.apps.common.
testing
.ui.espresso.action.ViewActions.click;
21
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.ViewMatchers.withId;
23
import com.google.android.apps.common.
testing
.ui.testapp.R;
24
import com.google.android.apps.common.
testing
.ui.testapp.SyncActivity;
43
super("com.google.android.apps.common.
testing
.ui.testapp", SyncActivity.class);
/external/chromium_org/athena/test/
athena_test_base.cc
30
testing
::Test::SetUp();
53
testing
::Test::TearDown();
/external/chromium_org/chrome/browser/extensions/activity_log/
ad_injection_browsertest.cc
40
TESTING
// The reset is complete, and we are
testing
.
48
const char kJavascriptErrorString[] = "
Testing
Error";
180
testing
::AssertionResult HandleResetBeginStage();
183
testing
::AssertionResult HandleResetEndStage();
185
// Handle the "
Testing
" stage of the test.
186
testing
::AssertionResult HandleTestingStage(const std::string& message);
189
testing
::AssertionResult HandleJSError(const std::string& message);
250
testing
::AssertionResult AdInjectionBrowserTest::HandleResetBeginStage() {
252
return
testing
::AssertionFailure(
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_mock.cc
14
using
testing
::_;
15
using
testing
::InvokeWithoutArgs;
/external/chromium_org/chrome/browser/ui/sync/
sync_promo_ui_unittest.cc
15
#include "
testing
/gtest/include/gtest/gtest.h"
17
class SyncPromoUITest : public
testing
::Test {
21
//
testing
::Test:
23
testing
::Test::SetUp();
/external/chromium_org/content/browser/
system_message_window_win_unittest.cc
14
#include "
testing
/gmock/include/gmock/gmock.h"
15
#include "
testing
/gtest/include/gtest/gtest.h"
19
class SystemMessageWindowWinTest : public
testing
::Test {
35
EXPECT_CALL(observer_, OnDevicesChanged(
testing
::_)).Times(1);
/external/chromium_org/device/bluetooth/test/
mock_bluetooth_gatt_descriptor.cc
9
using
testing
::Return;
10
using
testing
::ReturnRefOfCopy;
/external/chromium_org/net/tools/quic/test_tools/
quic_test_utils.cc
24
new
testing
::NiceMock<MockHelper>(),
25
new
testing
::NiceMock<MockPacketWriter>(),
34
new
testing
::NiceMock<MockHelper>(),
35
new
testing
::NiceMock<MockPacketWriter>(),
45
new
testing
::NiceMock<MockHelper>(),
46
new
testing
::NiceMock<MockPacketWriter>(),
56
new
testing
::NiceMock<MockHelper>(),
57
new
testing
::NiceMock<MockPacketWriter>(),
/external/chromium_org/testing/gtest/test/
gtest_throw_on_failure_ex_test.cc
54
testing
::GTEST_FLAG(throw_on_failure) = true;
82
testing
::InitGoogleTest(&argc, argv);
85
// other
testing
frameworks, as long as they initialize Google Test
/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
address_ui_test.cc
33
// Returns
testing
::AssertionSuccess if the |components| are valid.
34
testing
::AssertionResult ComponentsAreValid(
37
return
testing
::AssertionFailure() << "no components";
49
return
testing
::AssertionFailure() << "unexpected input field "
54
return
testing
::AssertionFailure() << "duplicate input field "
60
return
testing
::AssertionFailure() << "invalid field name_id for field "
65
return
testing
::AssertionSuccess();
104
: public
testing
::TestWithParam<SeparatorData> {};
113
testing
::Values(
/external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_wrapper_unittest.cc
14
// an extra worker thread, making the
testing
more complex than it
23
#include "
testing
/gmock/include/gmock/gmock.h"
24
#include "
testing
/gtest/include/gtest/gtest.h"
28
using ::
testing
::_;
29
using ::
testing
::Return;
/external/clang/unittests/AST/
NamedDeclPrinterTest.cpp
63
::
testing
::AssertionResult
75
return
testing
::AssertionFailure()
79
return
testing
::AssertionFailure()
83
return
testing
::AssertionFailure()
88
return ::
testing
::AssertionFailure()
92
return ::
testing
::AssertionSuccess();
95
::
testing
::AssertionResult
107
::
testing
::AssertionResult
/external/gtest/test/
gtest_throw_on_failure_ex_test.cc
54
testing
::GTEST_FLAG(throw_on_failure) = true;
82
testing
::InitGoogleTest(&argc, argv);
85
// other
testing
frameworks, as long as they initialize Google Test
/external/guava/guava-testlib/src/com/google/common/collect/testing/
NavigableSetTestSuiteBuilder.java
17
package com.google.common.collect.
testing
;
19
import com.google.common.collect.
testing
.testers.SetNavigationTester;
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetTester.java
17
package com.google.common.collect.
testing
.google;
21
import com.google.common.collect.
testing
.AbstractCollectionTester;
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListAddAtIndexTester.java
17
package com.google.common.collect.
testing
.testers;
19
import static com.google.common.collect.
testing
.features.CollectionFeature.ALLOWS_NULL_VALUES;
20
import static com.google.common.collect.
testing
.features.CollectionSize.ONE;
21
import static com.google.common.collect.
testing
.features.CollectionSize.ZERO;
22
import static com.google.common.collect.
testing
.features.ListFeature.SUPPORTS_ADD_WITH_INDEX;
24
import com.google.common.collect.
testing
.features.CollectionFeature;
25
import com.google.common.collect.
testing
.features.CollectionSize;
26
import com.google.common.collect.
testing
.features.ListFeature;
33
* {@link com.google.common.collect.
testing
.ListTestSuiteBuilder}.
/external/protobuf/gtest/test/
gtest_list_tests_unittest_.cc
64
class FooTest : public
testing
::Test {
82
::
testing
::InitGoogleTest(&argc, argv);
gtest_throw_on_failure_ex_test.cc
54
testing
::GTEST_FLAG(throw_on_failure) = true;
82
testing
::InitGoogleTest(&argc, argv);
85
// other
testing
frameworks, as long as they initialize Google Test
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
ScrollToActionIntegrationTest.java
17
package com.google.android.apps.common.
testing
.ui.espresso.action;
19
import static com.google.android.apps.common.
testing
.ui.espresso.Espresso.onView;
20
import static com.google.android.apps.common.
testing
.ui.espresso.action.ViewActions.scrollTo;
21
import static com.google.android.apps.common.
testing
.ui.espresso.assertion.ViewAssertions.matches;
22
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.ViewMatchers.isDisplayed;
23
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.ViewMatchers.withId;
27
import com.google.android.apps.common.
testing
.ui.testapp.R;
28
import com.google.android.apps.common.
testing
.ui.testapp.ScrollActivity;
42
super("com.google.android.apps.common.
testing
.ui.testapp", ScrollActivity.class);
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
OnDemandIdlingResource.java
17
package com.google.android.apps.common.
testing
.ui.espresso.base;
19
import com.google.android.apps.common.
testing
.ui.espresso.IdlingResource;
22
* An {@link IdlingResource} for
testing
that becomes idle on demand.
/frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
ActionBarTest.java
17
package com.google.android.apps.common.
testing
.ui.testapp;
19
import static com.google.android.apps.common.
testing
.ui.espresso.Espresso.onView;
20
import static com.google.android.apps.common.
testing
.ui.espresso.Espresso.openActionBarOverflowOrOptionsMenu;
21
import static com.google.android.apps.common.
testing
.ui.espresso.Espresso.openContextualActionModeOverflowMenu;
22
import static com.google.android.apps.common.
testing
.ui.espresso.action.ViewActions.click;
23
import static com.google.android.apps.common.
testing
.ui.espresso.assertion.ViewAssertions.matches;
24
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.ViewMatchers.withId;
25
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.ViewMatchers.withText;
41
super("com.google.android.apps.common.
testing
.ui.testapp", ActionBarTestActivity.class);
/ndk/sources/third_party/googletest/googletest/test/
gtest_throw_on_failure_ex_test.cc
54
testing
::GTEST_FLAG(throw_on_failure) = true;
82
testing
::InitGoogleTest(&argc, argv);
85
// other
testing
frameworks, as long as they initialize Google Test
/external/chromium_org/dbus/
dbus_statistics_unittest.cc
9
#include "
testing
/gtest/include/gtest/gtest.h"
13
class DBusStatisticsTest : public
testing
::Test {
68
ASSERT_TRUE(statistics::
testing
::GetCalls(
76
ASSERT_TRUE(statistics::
testing
::GetCalls(
85
ASSERT_TRUE(statistics::
testing
::GetCalls(
100
ASSERT_TRUE(statistics::
testing
::GetCalls(
104
ASSERT_TRUE(statistics::
testing
::GetCalls(
108
ASSERT_TRUE(statistics::
testing
::GetCalls(
112
ASSERT_TRUE(statistics::
testing
::GetCalls(
116
ASSERT_TRUE(statistics::
testing
::GetCalls
[
all
...]
/external/chromium_org/gpu/command_buffer/service/
context_group_unittest.cc
12
#include "
testing
/gtest/include/gtest/gtest.h"
15
using ::
testing
::_;
16
using ::
testing
::DoAll;
17
using ::
testing
::HasSubstr;
18
using ::
testing
::InSequence;
19
using ::
testing
::MatcherCast;
20
using ::
testing
::Not;
21
using ::
testing
::Pointee;
22
using ::
testing
::Return;
23
using ::
testing
::SetArrayArgument
[
all
...]
Completed in 1438 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>