Home
last modified time | relevance | path

Searched defs:TestFailure (Results 1 – 5 of 5) sorted by relevance

/external/junit/src/main/java/junit/framework/
DTestFailure.java13 public class TestFailure { class
20 public TestFailure(Test failedTest, Throwable thrownException) { in TestFailure() method in TestFailure
/external/autotest/utils/
Dunittest_suite.py135 class TestFailure(Exception): class
/external/libbrillo/brillo/dbus/
Ddbus_method_invoker_unittest.cc187 TEST_F(DBusMethodInvokerTest, TestFailure) { in TEST_F() argument
314 TEST_F(AsyncDBusMethodInvokerTest, TestFailure) { in TEST_F() argument
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go16757 type TestFailure struct { struct
16758 ActualService string `json:"actualService,omitempty"`
16760 ExpectedService string `json:"expectedService,omitempty"`
16762 Host string `json:"host,omitempty"`
16764 Path string `json:"path,omitempty"`
16772 ForceSendFields []string `json:"-"`
16780 NullFields []string `json:"-"`
16783 func (s *TestFailure) MarshalJSON() ([]byte, error) {
Dcompute-api.json10245 "TestFailure": { object