use of io.spine.server.entity.EntityRecord in project core-java by SpineEventEngine.
the class EntityRecordWithColumnsShould method store_record.
@Test
public void store_record() {
final EntityRecordWithColumns recordWithFields = newRecord();
final EntityRecord record = recordWithFields.getRecord();
assertNotNull(record);
}
Aggregations