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.
2 parents c287427 + 5295383 commit 23038a0Copy full SHA for 23038a0
README.md
@@ -1301,7 +1301,7 @@ val builderMock = mockk<MyBuilder> {
1301
To adjust parameters globally, there are a few settings you can specify in a resource file.
1302
1303
How to use:
1304
- 1. Create a `io/mockk/settings.properties` file in `src/main/resources`.
+ 1. Create a `io/mockk/settings.properties` file in `src/test/resources`.
1305
2. Put any of the following options:
1306
```properties
1307
relaxed=true|false
@@ -1554,7 +1554,7 @@ You can configure Restricted Mocking behavior using the `mockk.properties` file.
1554
Place the file in one of the following directories:
1555
1556
```plaintext
1557
-src/main/resources/mockk.properties
+src/test/resources/mockk.properties
1558
```
1559
1560
#### 2. Configuration Options
0 commit comments