OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestException
(Results
1 - 4
of
4
) sorted by null
/external/chromium/testing/gtest/test/
gtest-death-test_ex_test.cc
61
class
TestException
: public std::exception {
68
EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw
TestException
(), ""),
71
EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw
TestException
(), ""),
/external/gtest/test/
gtest-death-test_ex_test.cc
61
class
TestException
: public std::exception {
68
EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw
TestException
(), ""),
71
EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw
TestException
(), ""),
/external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java
630
class
TestException
extends RuntimeException {
711
if (e instanceof
TestException
) {
724
throw new
TestException
();
742
class UncaughtException extends
TestException
{
750
if (e instanceof
TestException
) {
767
throw new
TestException
();
802
if (e instanceof
TestException
) {
816
throw new
TestException
();
Completed in 1068 milliseconds