Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Aug 1, 2024
1 parent 6f6f51b commit 71e0ec3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ class JavaClassExtended extends JavaClass
val mm = mock[JavaClassExtended] // should be used instead
```

3.
* Mockito makes use of Symbol.newClass which is marked as experimental; to avoid having to add the `@experimental`
attribute everywhere in tests, you can add the `Test / scalacOptions += "-experimental"` to your build.


## Documentation
Expand Down

0 comments on commit 71e0ec3

Please sign in to comment.