dataProvider = "negativeValues"
)
public void userIsWarnedAboutNegativeEpochs(final JsonNode input)
throws ProcessingException
{
final JsonTree tree = new SimpleJsonTree(input);
final FullData data = new FullData(SCHEMA_TREE, tree);
attribute.validate(report, BUNDLE, data);
final ArgumentCaptor<ProcessingMessage> captor