}
@Test
public void createManagedObjectWith2ThreePhaseElectricityFragments() throws Exception {
// Given
ManagedObjectRepresentation rep = aSampleMo().with(new ThreePhaseElectricitySensor()).with(
new ThreePhaseElectricitySensor()).build();
// When
ManagedObjectRepresentation result = inventory.create(rep);
// Then