Search in sources :

Example 1 with InstructionDefinition

use of com.hazelcast.buildutils.HazelcastManifestTransformer.InstructionDefinition in project hazelcast by hazelcast.

the class InstructionDefinitionTest method setUp.

@Before
public void setUp() {
    PackageDefinition definition = new PackageDefinition("packageName", true, "version", Collections.<String>emptySet());
    Instruction instruction = mock(Instruction.class);
    instructionDefinition = new InstructionDefinition(definition, instruction);
}
Also used : PackageDefinition(com.hazelcast.buildutils.HazelcastManifestTransformer.PackageDefinition) InstructionDefinition(com.hazelcast.buildutils.HazelcastManifestTransformer.InstructionDefinition) Instruction(aQute.lib.osgi.Instruction) Before(org.junit.Before)

Aggregations

Instruction (aQute.lib.osgi.Instruction)1 InstructionDefinition (com.hazelcast.buildutils.HazelcastManifestTransformer.InstructionDefinition)1 PackageDefinition (com.hazelcast.buildutils.HazelcastManifestTransformer.PackageDefinition)1 Before (org.junit.Before)1