Hear from Salesforce leaders on how to create and deploy Agentforce agents.
Contact Us 1-800-596-4880

Fail Event Processor

logo acb active Anypoint Code Builder

logo studio active Anypoint Studio

The Fail Event Processor allows you to fail your test on purpose. This is useful to validate that a test should fail if that point is reached.

<munit-tools:fail
  message="This should fail"/>
xml

The message field is optional and defines the error message to print when the assertion fails. The processor throws a java.lang.AssertionError.