facetFactory.process(new ProcessMethodContext(Customer.class, null, null, method, methodRemover, facetedMethod));
final Facet facet = facetedMethod.getFacet(RenderedAdjustedFacet.class);
assertNotNull(facet);
assertTrue(facet instanceof RenderedAsDayBeforeFacetAnnotationOnProperty);
final RenderedAsDayBeforeFacetAnnotationOnProperty facetAnnotation = (RenderedAsDayBeforeFacetAnnotationOnProperty) facet;
assertEquals(-1, facetAnnotation.value());
}