OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
276 - 300
of
4772
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
CustomFailureHandlerTest.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.setFailureHandler;
21
import static com.google.android.apps.common.
testing
.ui.espresso.action.ViewActions.click;
22
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.ViewMatchers.withText;
24
import com.google.android.apps.common.
testing
.ui.espresso.FailureHandler;
25
import com.google.android.apps.common.
testing
.ui.espresso.NoMatchingViewException;
26
import com.google.android.apps.common.
testing
.ui.espresso.base.DefaultFailureHandler;
47
super("com.google.android.apps.common.
testing
.ui.testapp", MainActivity.class);
/ndk/sources/third_party/googletest/googletest/samples/
sample9_unittest.cc
39
using ::
testing
::EmptyTestEventListener;
40
using ::
testing
::InitGoogleTest;
41
using ::
testing
::Test;
42
using ::
testing
::TestCase;
43
using ::
testing
::TestEventListeners;
44
using ::
testing
::TestInfo;
45
using ::
testing
::TestPartResult;
46
using ::
testing
::UnitTest;
/external/chromium_org/chrome/browser/extensions/
extension_notification_observer.h
18
#include "
testing
/gtest/include/gtest/gtest.h"
31
// Each of these methods returns a
testing
::AssertionSuccess if exactly those
34
testing
::AssertionResult CheckNotifications() WARN_UNUSED_RESULT;
35
testing
::AssertionResult CheckNotifications(
37
testing
::AssertionResult CheckNotifications(
40
testing
::AssertionResult CheckNotifications(
44
testing
::AssertionResult CheckNotifications(
59
testing
::AssertionResult CheckNotifications(
/external/chromium_org/chrome/browser/signin/
signin_tracker_unittest.cc
28
#include "
testing
/gmock/include/gmock/gmock.h"
29
#include "
testing
/gtest/include/gtest/gtest.h"
31
using ::
testing
::_;
32
using ::
testing
::AnyNumber;
33
using ::
testing
::Mock;
34
using ::
testing
::Return;
35
using ::
testing
::ReturnRef;
51
class SigninTrackerTest : public
testing
::Test {
/external/guava/guava-testlib/src/com/google/common/collect/testing/
QueueTestSuiteBuilder.java
17
package com.google.common.collect.
testing
;
19
import com.google.common.collect.
testing
.testers.QueueElementTester;
20
import com.google.common.collect.
testing
.testers.QueueOfferTester;
21
import com.google.common.collect.
testing
.testers.QueuePeekTester;
22
import com.google.common.collect.
testing
.testers.QueuePollTester;
23
import com.google.common.collect.
testing
.testers.QueueRemoveTester;
47
*
testing
a collection that's both a queue and a list, to avoid running the
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
AbstractListIndexOfTester.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.ZERO;
22
import com.google.common.collect.
testing
.WrongType;
23
import com.google.common.collect.
testing
.features.CollectionFeature;
24
import com.google.common.collect.
testing
.features.CollectionSize;
CollectionClearTester.java
17
package com.google.common.collect.
testing
.testers;
19
import static com.google.common.collect.
testing
.features.CollectionFeature.SUPPORTS_CLEAR;
20
import static com.google.common.collect.
testing
.features.CollectionSize.ZERO;
22
import com.google.common.collect.
testing
.AbstractCollectionTester;
23
import com.google.common.collect.
testing
.features.CollectionFeature;
24
import com.google.common.collect.
testing
.features.CollectionSize;
29
* {@link com.google.common.collect.
testing
.CollectionTestSuiteBuilder}.
CollectionCreationTester.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.ZERO;
22
import com.google.common.collect.
testing
.AbstractCollectionTester;
23
import com.google.common.collect.
testing
.features.CollectionFeature;
24
import com.google.common.collect.
testing
.features.CollectionSize;
31
* {@link com.google.common.collect.
testing
.CollectionTestSuiteBuilder}.
ListAddAllTester.java
17
package com.google.common.collect.
testing
.testers;
19
import static com.google.common.collect.
testing
.features.CollectionFeature.SUPPORTS_ADD_ALL;
20
import static com.google.common.collect.
testing
.features.CollectionSize.ZERO;
22
import com.google.common.collect.
testing
.MinimalCollection;
23
import com.google.common.collect.
testing
.features.CollectionFeature;
24
import com.google.common.collect.
testing
.features.CollectionSize;
29
* {@link com.google.common.collect.
testing
.ListTestSuiteBuilder}.
ListIndexOfTester.java
17
package com.google.common.collect.
testing
.testers;
19
import static com.google.common.collect.
testing
.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION;
20
import static com.google.common.collect.
testing
.features.CollectionSize.ONE;
21
import static com.google.common.collect.
testing
.features.CollectionSize.ZERO;
23
import com.google.common.collect.
testing
.features.CollectionFeature;
24
import com.google.common.collect.
testing
.features.CollectionSize;
29
* {@link com.google.common.collect.
testing
.ListTestSuiteBuilder}.
ListLastIndexOfTester.java
17
package com.google.common.collect.
testing
.testers;
19
import static com.google.common.collect.
testing
.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION;
20
import static com.google.common.collect.
testing
.features.CollectionSize.ONE;
21
import static com.google.common.collect.
testing
.features.CollectionSize.ZERO;
23
import com.google.common.collect.
testing
.features.CollectionFeature;
24
import com.google.common.collect.
testing
.features.CollectionSize;
29
* {@link com.google.common.collect.
testing
.ListTestSuiteBuilder}.
ListRemoveTester.java
17
package com.google.common.collect.
testing
.testers;
19
import static com.google.common.collect.
testing
.features.CollectionFeature.SUPPORTS_REMOVE;
20
import static com.google.common.collect.
testing
.features.CollectionSize.ONE;
21
import static com.google.common.collect.
testing
.features.CollectionSize.ZERO;
23
import com.google.common.collect.
testing
.features.CollectionFeature;
24
import com.google.common.collect.
testing
.features.CollectionSize;
29
* {@link com.google.common.collect.
testing
.ListTestSuiteBuilder}.
MapClearTester.java
17
package com.google.common.collect.
testing
.testers;
19
import static com.google.common.collect.
testing
.features.CollectionSize.ZERO;
20
import static com.google.common.collect.
testing
.features.MapFeature.SUPPORTS_CLEAR;
22
import com.google.common.collect.
testing
.AbstractMapTester;
23
import com.google.common.collect.
testing
.features.CollectionSize;
24
import com.google.common.collect.
testing
.features.MapFeature;
29
* {@link com.google.common.collect.
testing
.MapTestSuiteBuilder}.
SetAddAllTester.java
17
package com.google.common.collect.
testing
.testers;
19
import static com.google.common.collect.
testing
.features.CollectionFeature.SUPPORTS_ADD_ALL;
20
import static com.google.common.collect.
testing
.features.CollectionSize.ZERO;
22
import com.google.common.collect.
testing
.MinimalCollection;
23
import com.google.common.collect.
testing
.features.CollectionFeature;
24
import com.google.common.collect.
testing
.features.CollectionSize;
29
* {@link com.google.common.collect.
testing
.SetTestSuiteBuilder}.
SetAddTester.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.CollectionFeature.SUPPORTS_ADD;
21
import static com.google.common.collect.
testing
.features.CollectionSize.ZERO;
23
import com.google.common.collect.
testing
.features.CollectionFeature;
24
import com.google.common.collect.
testing
.features.CollectionSize;
31
* {@link com.google.common.collect.
testing
.SetTestSuiteBuilder}.
/external/protobuf/gtest/test/
gtest-listener_test.cc
31
// The Google C++
Testing
Framework (Google Test)
47
using ::
testing
::AddGlobalTestEnvironment;
48
using ::
testing
::Environment;
49
using ::
testing
::InitGoogleTest;
50
using ::
testing
::Test;
51
using ::
testing
::TestCase;
52
using ::
testing
::TestEventListener;
53
using ::
testing
::TestInfo;
54
using ::
testing
::TestPartResult;
55
using ::
testing
::UnitTest
62
namespace
testing
{
namespace
[
all
...]
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
ScrollToAction.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.isAssignableFrom;
20
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.ViewMatchers.isDescendantOfA;
21
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.ViewMatchers.isDisplayingAtLeast;
22
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.ViewMatchers.withEffectiveVisibility;
26
import com.google.android.apps.common.
testing
.ui.espresso.PerformException;
27
import com.google.android.apps.common.
testing
.ui.espresso.UiController;
28
import com.google.android.apps.common.
testing
.ui.espresso.ViewAction;
29
import com.google.android.apps.common.
testing
.ui.espresso.matcher.ViewMatchers.Visibility;
30
import com.google.android.apps.common.
testing
.ui.espresso.util.HumanReadables
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/options/
browser_options_browsertest.js
6
* TestFixture for browser options WebUI
testing
.
7
* @extends {
testing
.Test}
13
__proto__:
testing
.Test.prototype,
33
* @extends {
testing
.Test}
39
__proto__:
testing
.Test.prototype,
53
* @extends {
testing
.Test}
59
__proto__:
testing
.Test.prototype,
/external/chromium_org/testing/gtest/test/
gtest_repeat_test.cc
47
namespace
testing
{
namespace
53
} // namespace
testing
55
using
testing
::GTEST_FLAG(death_test_style);
56
using
testing
::GTEST_FLAG(filter);
57
using
testing
::GTEST_FLAG(repeat);
61
// We need this when we are
testing
Google Test itself and therefore
67
if (::
testing
::internal::IsTrue(expected_val != actual_val)) {\
72
::
testing
::internal::posix::Abort();\
74
} while (::
testing
::internal::AlwaysFalse())
83
class MyEnvironment : public
testing
::Environment
[
all
...]
gtest_environment_test.cc
42
namespace
testing
{
namespace
52
// For
testing
using global test environments.
53
class MyEnvironment : public
testing
::Environment {
119
testing
::internal::posix::Abort();
131
testing
::internal::GetUnitTestImpl()->ClearAdHocTestResult();
138
testing
::InitGoogleTest(&argc, argv);
143
Check(
testing
::AddGlobalTestEnvironment(env) == env,
181
testing
::GTEST_FLAG(filter) = "-*";
/external/gtest/test/
gtest_repeat_test.cc
47
namespace
testing
{
namespace
53
} // namespace
testing
55
using
testing
::GTEST_FLAG(death_test_style);
56
using
testing
::GTEST_FLAG(filter);
57
using
testing
::GTEST_FLAG(repeat);
61
// We need this when we are
testing
Google Test itself and therefore
67
if (::
testing
::internal::IsTrue(expected_val != actual_val)) {\
72
::
testing
::internal::posix::Abort();\
74
} while (::
testing
::internal::AlwaysFalse())
83
class MyEnvironment : public
testing
::Environment
[
all
...]
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
TypeTextActionIntegrationTest.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.pressImeActionButton;
21
import static com.google.android.apps.common.
testing
.ui.espresso.action.ViewActions.scrollTo;
22
import static com.google.android.apps.common.
testing
.ui.espresso.action.ViewActions.typeText;
23
import static com.google.android.apps.common.
testing
.ui.espresso.action.ViewActions.typeTextIntoFocusedView;
24
import static com.google.android.apps.common.
testing
.ui.espresso.assertion.ViewAssertions.matches;
25
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.ViewMatchers.isDisplayed;
26
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.ViewMatchers.withId;
27
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.ViewMatchers.withParent
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest_repeat_test.cc
47
namespace
testing
{
namespace
53
} // namespace
testing
55
using
testing
::GTEST_FLAG(death_test_style);
56
using
testing
::GTEST_FLAG(filter);
57
using
testing
::GTEST_FLAG(repeat);
61
// We need this when we are
testing
Google Test itself and therefore
67
if (::
testing
::internal::IsTrue(expected_val != actual_val)) {\
72
::
testing
::internal::posix::Abort();\
74
} while (::
testing
::internal::AlwaysFalse())
83
class MyEnvironment : public
testing
::Environment
[
all
...]
/external/chromium_org/chrome/browser/ui/autofill/
mock_autofill_dialog_view_delegate.cc
14
using
testing
::DefaultValue;
15
using
testing
::_;
16
using
testing
::Return;
17
using
testing
::ReturnRef;
63
testing
::DefaultValue<content::WebContents*>::Set(contents);
67
testing
::DefaultValue<Profile*>::Set(profile);
71
using
testing
::DefaultValue;
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
space_test.cpp
36
public
testing
::WithParamInterface<char>
51
testing
::ValuesIn(kSpaceChars));
58
public
testing
::WithParamInterface<SpaceStringParams>
76
testing
::Combine(
testing
::ValuesIn(kSpaceChars),
77
testing
::ValuesIn(kSpaceChars),
78
testing
::ValuesIn(kSpaceChars)));
Completed in 1363 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>