private static java.util.List<ManagedObjectRepresentation> managedObjects = new ArrayList<ManagedObjectRepresentation>();
@BeforeClass
public static void createManagedObject() throws Exception {
FragmentOneConverter oneConverter = new FragmentOneConverter();
platform.getConversionService().register(oneConverter);
platform.getValidationService().register(oneConverter);
FragmentTwoConverter twoConverter = new FragmentTwoConverter();
platform.getConversionService().register(twoConverter);