Event.assertAdvisoryEvent()

Signature

void assertAdvisoryEvent(String category, String type, String message)

Domain

ACTION, BUI

Description

Assert an AdvisoryEvent with user defined fields.

Parameters

NameTypeDescription
categoryStringNew AdvisoryEvent's category attribute. The broad category of advisory.
typeStringNew AdvisoryEvent's category attribute. Type of advisory within the category.
messageStringNew AdvisoryEvent's message attribute.

Returns

TypeDescription
void

Cautions

none