Exemple #1
0
 @Override
 public String getCategory() {
   return ActionCategory.STRINGS.getDisplayName();
 }
Exemple #2
0
 @Test
 public void testCategory() throws Exception {
   assertThat(action.getCategory(), is(ActionCategory.STRINGS.getDisplayName()));
 }