public interface MunitAssertion
Interface that all the custom assertions must implement
| Modifier and Type | Method and Description |
|---|---|
void |
execute(TypedValue expression,
Object params)
Method that asserts a mule event
|
void execute(TypedValue expression, Object params) throws AssertionError
Method that asserts a mule event
expression - Expression to be asserted
params - Additional parameters to be used
AssertionError - Case the assertion fails
Copyright © 2019. All rights reserved.