Home | History | Annotate | Download | only in shill

Lines Matching refs:ErrorTest

32 class ErrorTest : public Test {};
34 TEST_F(ErrorTest, ConstructorDefault) {
40 TEST_F(ErrorTest, ConstructorDefaultMessage) {
46 TEST_F(ErrorTest, ConstructorCustomMessage) {
53 TEST_F(ErrorTest, Reset) {
60 TEST_F(ErrorTest, PopulateDefaultMessage) {
67 TEST_F(ErrorTest, PopulateCustomMessage) {
75 TEST_F(ErrorTest, CopyFrom) {
83 TEST_F(ErrorTest, ToChromeosError) {
96 TEST_F(ErrorTest, IsSuccessFailure) {
103 TEST_F(ErrorTest, GetDBusResult) {
152 TEST_F(ErrorTest, GetDefaultMessage) {