You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runner/AndroidJunitRunnerSample/app/src/androidTest/java/com/example/android/testing/androidjunitrunnersample/CalculatorAddParameterizedTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
/**
36
36
* JUnit4 tests for the calculator's add logic.
37
37
*
38
-
* <p> This test uses a Junit4s Parameterized tests features which uses annotations to pass
38
+
* <p> This test uses Junit4s Parameterized tests features which uses annotations to pass
39
39
* parameters into a unit test. The way this works is that you have to use the {@link Parameterized}
40
40
* runner to run your tests.
41
41
* </p>
@@ -91,4 +91,4 @@ public void testAdd_TwoNumbers() {
0 commit comments