input.addChild(createLayoutEvent(50));
input.addChild(createLayoutEvent(50));
input.addChild(createLayoutEvent(50));
String hintDescription = "Event triggered 3 layouts taking 150ms.";
HintRecord expectedHint =
HintRecord.create(rule.getHintletName(), HintletEventRecordBuilder.DEFAULT_TIME,
HintRecord.SEVERITY_WARNING, hintDescription,
HintletEventRecordBuilder.DEFAULT_SEQUENCE);
test.addInput(input).addExpectedHint(expectedHint);