33343536373839
super(name); } protected Property createProperty( final String uri ) { return new PropertyImpl(uri); }
707172737475
String message = "property should have expected ordinal value for " + URI; assertEquals( message, i, createProperty( URI ).getOrdinal() ); } protected Property createProperty( String uri ) { return new PropertyImpl( uri ); }