Share via


SysTestCase.testMethods Method [AX 2012]

Returns the test methods for a test case.

Syntax

public List testMethods()

Run On

Called

Return Value

Type: List Class
A list of the test methods for a test case.

Remarks

This method is for internal use and should not be overridden.

See Also

SysTestCase Class

SysTestCase.setUp Method

Unit Test Framework

Walkthrough: Testing a Class Using the Unit Test Framework