Click or drag to resize

Test Class

Class contains CodeMethods used in test automation
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AssemblyTest

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public class Test

The Test type exposes the following members.

Constructors
  NameDescription
Public methodTest
Top
Methods
  NameDescription
Public methodTestCodeMethodInternalOperation
Used in test case for code method internal operations. Must for instance be executed on an Identity of category Employee. Due to the default auth source policy, the CM can only run if the "Run as internal" is checked on the code method definition
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also