Home | History | Annotate | Download | only in suite

Lines Matching defs:exceptionMessage

291         final String exceptionMessage = "ouch I failed";
299 throw new TargetSetupError(exceptionMessage, nullDescriptor);
315 mMockListener.testRunFailed(EasyMock.contains(exceptionMessage));