AppleNsBundleAssetManager
class AppleNsBundleAssetManager(bundle: NSBundle = NSBundle.mainBundle, fileSystem: FileSystem = SystemFileSystem, wshohResourcesRoot: String = "wsoh-resources") : AssetManager(source)
Reader from the main bundle.
Requires placing resources into the test binary's output directory on the consumer side so that they can be accessed using NSBundle.mainBundle.
Constructors
Link copied to clipboard
constructor(bundle: NSBundle = NSBundle.mainBundle, fileSystem: FileSystem = SystemFileSystem, wshohResourcesRoot: String = "wsoh-resources")