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