Limitations¶
Jimfs JUnit Jupiter only supports annotated fields or parameters of type Path.
This is because Jimfs is a non-default file system and File instances can only be created from the default file
system.
Compared to the configuration options that Jimfs provides, Jimfs JUnit Jupiter offers a simplified interface to keep usage straightforward.
In case something is missing for your use case, please raise an issue!