Merge "Fix typo "thew" -> "threw" in AndroidTestRunner"
This commit is contained in:
@@ -125,7 +125,7 @@ public class AndroidTestRunner extends BaseTestRunner {
|
|||||||
} catch (IllegalArgumentException e) {
|
} catch (IllegalArgumentException e) {
|
||||||
runFailed("Illegal argument passed to constructor. Class: " + testClass.getName());
|
runFailed("Illegal argument passed to constructor. Class: " + testClass.getName());
|
||||||
} catch (InvocationTargetException e) {
|
} catch (InvocationTargetException e) {
|
||||||
runFailed("Constructor thew an exception. Class: " + testClass.getName());
|
runFailed("Constructor threw an exception. Class: " + testClass.getName());
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user