Normal Attribute

Version: Available or changed with runtime version 1.0.

Specifies that the method is a Normal method.

Applies To

  • Method

Note

The Normal attribute can only be set inside codeunits.

Syntax

[Normal]

Remarks

You use standard methods to structure the test code by using the same design practices and principles as methods in other codeunits of the application. For more information, see Test Codeunits and Test Functions.

See Also

Get Started with AL
Developing Extensions