Esempio n. 1
0
 @Test
 public void test_global_property() {
   PropertyQuery query = PropertyQuery.createForKey("myprop");
   assertThat(query.getUrl(), is("/api/properties/myprop?"));
   assertThat(query.getModelClass().getName(), is(Property.class.getName()));
 }