Test Files
JUnit 4
The TemporaryFolder rule allows creating testing folders.
JUnit 5
The TempDir annotation initializes a testing folder.
Which can be used for creating test files:
Last updated
Was this helpful?
The TemporaryFolder rule allows creating testing folders.
The TempDir annotation initializes a testing folder.
Which can be used for creating test files:
Last updated
Was this helpful?