We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e892a commit aa55317Copy full SHA for aa55317
1 file changed
README.md
@@ -11,8 +11,8 @@ promote high test coverage for data-driven tests.
11
To start using `TestParameterInjector` right away, copy the following snippet:
12
13
```java
14
-import com.google.testing.junit.TestParameterInjector.TestParameterInjector;
15
-import com.google.testing.junit.TestParameterInjector.TestParameter;
+import com.google.testing.junit.testparameterinjector.TestParameterInjector;
+import com.google.testing.junit.testparameterinjector.TestParameter;
16
17
@RunWith(TestParameterInjector.class)
18
public class MyTest {
0 commit comments