Filesystem access • opensavvy.prepared.compat.filesystem.resources • ResourceDesignator
ResourceDesignator¶
Allow manipulating Java resources as part of a test.
To obtain an instance of this class, see resource.
Resources provide special helpers to:
- read a resource.
Functions¶
read¶
@ExperimentalResourceApi
fun read(): PreparedProvider<String>
Allows reading a Java resource as a test fixture.