Search in sources :

Example 1 with ReleaseFlags

use of org.devgateway.ocds.persistence.mongo.flags.ReleaseFlags in project ocvn by devgateway.

the class ReleaseFlaggingServiceTest method testCreateStubFlagTypes.

@Test
public void testCreateStubFlagTypes() {
    ReleaseFlags stubFlagTypes = releaseFlaggingService.createStubFlagTypes();
    Assert.assertTrue(stubFlagTypes.getI038().getTypes().contains(FlagType.RIGGING));
}
Also used : ReleaseFlags(org.devgateway.ocds.persistence.mongo.flags.ReleaseFlags) Test(org.junit.Test)

Aggregations

ReleaseFlags (org.devgateway.ocds.persistence.mongo.flags.ReleaseFlags)1 Test (org.junit.Test)1