Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.05 KB

assert-functoid.md

File metadata and controls

19 lines (16 loc) · 1.05 KB
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: Assert Functoid
Assert Functoid
06/08/2017
biztalk-server
article

Assert Functoid

Overview

The Assert functoid either outputs a string value or throws an exception based on a Boolean value. If you combine this functoid with one or more of the Logical functoids, you can effectively test assumptions about conditions in your map. For example, if you have a map that expects purchase order amounts never to exceed a certain threshold, you can test the purchase order value by using the Greater Than functoid and then connect it to the Assert functoid. If the logical functoid returns True, the Assert functoid will throw an exception using a string you provide.

Assert Functoid

See Also

Assert Functoid Reference and Logical Functoids Reference [!INCLUDEui-guidance-developers-reference]