CRUDTest Data
Parameters
I
Id type of the data
M
Model type of the data which is a CRUDModel
E
Entity type of the data which is a CRUDEntity
CM
Create model type of the data which is a CRUDCreateModel
UM
Update model type of the data which is a CRUDUpdateModel
Test Data
Test data type of the data which is a CRUDTestData, meant to be the concrete type that extends this class
type Name
Type name of the data
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Instance of a InMemoryCRUDRepository containing test entities
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Check if two entities are duplicates, this should reflect your unique constraint on the DB
Link copied to clipboard
Mapper to convert from given entity to create model
Link copied to clipboard
Mapper to convert from given entity to update model with some modifications
Link copied to clipboard
Mapper to convert from given entity to update model with no modifications