Searched refs:doThrow (Results 1 – 2 of 2) sorted by relevance
28 import static com.google.testing.littlemock.LittleMock.doThrow;123 doThrow(new IllegalArgumentException("Not supported in test environment")) in setUp()
179 static void doThrow(JNIEnv* env, const char* exc, const char* msg = NULL) in doThrow() function