* GC:45
* Layout:155
* GC:45
*/
public void testNonLayoutSubEvents3NoHint() {
DomEvent input = createDomEvent(200);
LayoutEvent child50 = createLayoutEvent(50);
child50.addChild(createGCEvent(45));
input.addChild(child50);
LayoutEvent child100 = createLayoutEvent(100);
child100.addChild(createGCEvent(45));
input.addChild(child100);
LayoutEvent child155 = createLayoutEvent(155);
child155.addChild(createGCEvent(45));
input.addChild(child155);
String hintDescription = "Event triggered 3 layouts taking 170ms.";
HintRecord expectedHint =
HintRecord.create(rule.getHintletName(), HintletEventRecordBuilder.DEFAULT_TIME,
HintRecord.SEVERITY_WARNING, hintDescription,