MockStringLoader
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Mock implementation of StringLoader
Parameters
returnMock
If true returns the identifier rather than the default value
Properties
Link copied to clipboard
val loadQuantityStringMock: TripleParametersMock<identifier: String, quantity: Int, defaultValue: String, String>
Link copied to clipboard
Functions
Link copied to clipboard
open override fun loadQuantityString(identifier: String, quantity: Int, defaultValue: String): String
Link copied to clipboard