コード例 #1
0
 @Test
 public void getIRI_shouldReturnAnIRIThatStartsWithSkosPrefix() {
   assertThat(vocabulary.getIRI().toString(), startsWith(Namespaces.SKOS.getPrefixIRI()));
 }
コード例 #2
0
 @Test
 public void getPrefixedName_shouldStartWithSkosPrefixName() {
   assertThat(vocabulary.getPrefixedName(), startsWith(Namespaces.SKOS.getPrefixName()));
 }