Skip to main content

UnitTest

Type

statement

Summary

Make a unit test assertion

Syntax

test <Condition>

Description

Make a basic unit test assertion, with no test description. It is usually more helpful to use UnitTestDescription.

Examples

test 2 > 1

statement: UnitTestDescription

Thank you for your feedback!

Was this page helpful?