TestField.AssertEquals(Any) Method

Version: Available or changed with runtime version 1.0.

Asserts that the value in a field on a test page equals a specified value.

Syntax

 TestField.AssertEquals(Value: Any)

Parameters

TestField
 Type: TestField
An instance of the TestField data type.

Value
 Type: Any
Specifies the value that the field should equal.

See Also

TestField Data Type
Get Started with AL
Developing Extensions