test
0.5.0
test
/
dev.akif.crud
/
IdGenerator
Id
Generator
interface
IdGenerator
<
I
:
Serializable
>
(
source
)
Interface for generating ids in tests
Functions
Parameters
Parameters
I
Id type
Functions
next
Link copied to clipboard
abstract
fun
next
(
)
:
I
Generate the next id
random
Link copied to clipboard
abstract
fun
random
(
)
:
I
Generate a random id