InMemoryCRUDRepository

fun <TestData : CRUDTestData<I, E, *, CM, *, TestData>> 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