OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wasSuccessful
(Results
26 - 50
of
65
) sorted by null
1
2
3
/external/python/cpython3/Lib/unittest/test/
test_result.py
26
# Note: there are not separate tests for TestResult.
wasSuccessful
(),
38
self.assertTrue(result.
wasSuccessful
())
69
self.assertTrue(result.
wasSuccessful
())
90
self.assertTrue(result.
wasSuccessful
())
99
self.assertTrue(result.
wasSuccessful
())
115
# "
wasSuccessful
() - Returns True if all tests run so far have passed,
143
self.assertTrue(result.
wasSuccessful
())
154
# "
wasSuccessful
() - Returns True if all tests run so far have passed,
186
self.assertFalse(result.
wasSuccessful
())
202
# "
wasSuccessful
() - Returns True if all tests run so far have passed
[
all
...]
support.py
137
def
wasSuccessful
(self):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
support.py
118
def
wasSuccessful
(self):
/external/autotest/tko/parsers/test/
unittest_hotfix.py
131
if not result.
wasSuccessful
():
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/
NettyClientInteropServlet.java
100
if (result.
wasSuccessful
()) {
/external/junit/src/main/java/junit/textui/
TestRunner.java
138
if (!r.
wasSuccessful
()) {
/external/junit/src/main/java/org/junit/runner/
Result.java
92
public boolean
wasSuccessful
() {
/external/python/cpython2/Lib/unittest/test/
support.py
118
def
wasSuccessful
(self):
/external/antlr/runtime/Python/
setup.py
144
if not result.
wasSuccessful
() or loadFailures:
276
if not result.
wasSuccessful
() or loadFailures:
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java
272
if (!result.
wasSuccessful
()){
520
if (!result.
wasSuccessful
()) {
MonkeySourceNetwork.java
83
boolean
wasSuccessful
() {
669
if (ret.
wasSuccessful
()) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
main.py
231
sys.exit(not self.result.
wasSuccessful
())
result.py
144
def
wasSuccessful
(self):
runner.py
177
if not result.
wasSuccessful
():
/external/mockito/src/test/java/org/concurrentmockito/
ThreadsRunAllTestsHalfManualTest.java
129
if (!result.
wasSuccessful
()) {
/external/python/cpython2/Lib/ctypes/test/
__init__.py
148
if not result.
wasSuccessful
():
/external/python/cpython2/Lib/unittest/
main.py
234
sys.exit(not self.result.
wasSuccessful
())
result.py
144
def
wasSuccessful
(self):
runner.py
177
if not result.
wasSuccessful
():
/external/python/cpython3/Lib/unittest/
result.py
160
def
wasSuccessful
(self):
main.py
273
sys.exit(not self.result.
wasSuccessful
())
runner.py
202
if not result.
wasSuccessful
():
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
TestRunnerSequenceTest.java
135
if (!result.
wasSuccessful
()) {
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java
692
public boolean
wasSuccessful
() {
747
public boolean
wasSuccessful
() {
[
all
...]
/external/python/setuptools/setuptools/command/
test.py
250
if not test.result.
wasSuccessful
():
Completed in 1843 milliseconds
1
2
3