Search in sources :

Example 1 with AssociationTypeConverter

use of org.codice.ddf.registry.schemabindings.converter.type.AssociationTypeConverter in project ddf by codice.

the class AssociationTypeConverterTest method testBuildAssociation.

@Test
public void testBuildAssociation() throws Exception {
    AssociationTypeConverter atBuilder = new AssociationTypeConverter();
    Optional<AssociationType1> optionalAssociation = atBuilder.convert(associationMap);
    assertThat(optionalAssociation, notNullValue());
}
Also used : AssociationTypeConverter(org.codice.ddf.registry.schemabindings.converter.type.AssociationTypeConverter) AssociationType1(oasis.names.tc.ebxml_regrep.xsd.rim._3.AssociationType1) Test(org.junit.Test)

Aggregations

AssociationType1 (oasis.names.tc.ebxml_regrep.xsd.rim._3.AssociationType1)1 AssociationTypeConverter (org.codice.ddf.registry.schemabindings.converter.type.AssociationTypeConverter)1 Test (org.junit.Test)1