In Memory CRUDRepository
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
Test Data
Test data type of the data which is a CRUDTestData
Constructors
Link copied to clipboard
fun <TestData : CRUDTestData<I, E, *, CM, *, TestData>> InMemoryCRUDRepository(typeName: String, testData: TestData)