InMemoryCRUDRepository

fun <out TestData : CRUDTestData<I, E, *, CM, *>> InMemoryCRUDRepository(typeName: String, testData: TestData)(source)

Parameters

I

Id type of the data

E

Entity type of the data which is a CRUDEntity

CM

Create model type of the data which is a CRUDCreateModel

TestData

Test data type of the data which is a CRUDTestData