}
@Test
public void ignoreQueryOnly_with_safe() {
String configuredValue = "ignoreQueryOnly";
Of actionSemantics = Of.SAFE;
allowingConfigurationToReturn(configuredValue);
facetedMethod.addFacet(new ActionSemanticsFacetAbstract(actionSemantics, facetedMethod) {});
facetFactory.process(new ProcessMethodContext(Customer.class, null, null, customerActionMethod, mockMethodRemover, facetedMethod));