File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,12 @@ JUnit Jupiter offers a
20
20
for customizing how temporary directories are created via the ` @TempDir ` annotation.
21
21
The SPI allows libraries like Jimfs to provide their own implementation.
22
22
23
- According to [ google/jimfs #258 ] ( https://github.com/google/jimfs/issues/258 ) ,
24
- Google is not yet a JUnit Jupiter user and first-party support may only be provided when Google adopts JUnit Jupiter.
23
+ I asked Google to provide first-party support in [ google/jimfs #258 ] ( https://github.com/google/jimfs/issues/258 ) .
24
+ However, Google has not yet started using JUnit Jupiter and first-party support may only be provided when Google
25
+ does so.
25
26
26
- For this reason, I decided to implement this extension to aid all the users that would like a smooth integration between
27
- Jimfs and JUnit Jupiter.
27
+ For this reason, I decided to implement this extension to aid all the users that would like a smooth integration
28
+ between Jimfs and JUnit Jupiter.
28
29
If Google ever offers first-party support for this integration, this project will likely be discontinued.
29
30
30
31
## Compatibility
You can’t perform that action at this time.
0 commit comments