Search in sources :

Example 1 with ProjectReportRepository

use of io.spine.server.bc.given.BoundedContextTestEnv.ProjectReportRepository in project core-java by SpineEventEngine.

the class BoundedContextShould method register_ProjectionRepository.

@Test
public void register_ProjectionRepository() {
    final ProjectReportRepository repository = new ProjectReportRepository();
    boundedContext.register(repository);
}
Also used : ProjectReportRepository(io.spine.server.bc.given.BoundedContextTestEnv.ProjectReportRepository) Test(org.junit.Test)

Aggregations

ProjectReportRepository (io.spine.server.bc.given.BoundedContextTestEnv.ProjectReportRepository)1 Test (org.junit.Test)1