We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e47094 commit d89fa12Copy full SHA for d89fa12
README.md
@@ -38,7 +38,7 @@ dependencies {
38
```
39
40
Annotations placed on packages affect tests for all classes and methods under test in that package.
41
-Annotations placed on classes affect tests for that class and all it's methods under test, overriding package level annotations.
+Annotations placed on classes affect tests for that class and all its methods under test, overriding package level annotations.
42
Annotations placed on methods affect just that method under test, overriding package and class level annotations.
43
44
The annotations will be respected by Diffblue Cover via both command line and IntelliJ Plugin.
0 commit comments