Skip to content

Filesystem accessopensavvy.prepared.compat.filesystem.resourcesResourceDesignator

ResourceDesignator

Allow manipulating Java resources as part of a test.

To obtain an instance of this class, see resource.

Resources provide special helpers to:

Functions

read

@ExperimentalResourceApi
fun read(): PreparedProvider<String>

Allows reading a Java resource as a test fixture.

toString

open override fun toString(): String