Assertion will be part of Action Action will be change to Enum Type enum Action { case action(ActionType, for: Control) case assert(Property, for: Control, Comparator) }
Assertion will be part of Action
Action will be change to Enum Type
enum Action {
case action(ActionType, for: Control)
case assert(Property, for: Control, Comparator)
}