KFixture
/
tech.antibytes.kfixture
/
PublicApi
/
Generator
Generator
interface
Generator
<
T
:
Any
>
Content copied to clipboard
Generator of value for specific type.
Author
Matthias Geisler
Functions
Parameters
Parameters
T
the type which the Generator is referring to.
Functions
generate
Link copied to clipboard
abstract fun
generate
():
T
Content copied to clipboard
Generates a instance of given type.