Click or drag to resize

ActBase Properties

The ActBase type exposes the following members.

Properties
  NameDescription
Public propertyAssertions
The Smart Assertion implied in the Associated RunTest Overload methods, if any.
Public propertyConstructor
The ConstructorInfo of the Act part of the test, if any.
Public propertyContext
Gets the context of this Act.
Public propertyException
The thrown Exception when running RunTest Overload methods, if any.
Public propertyField
The FieldInfo of the Act part of the test, if any.
Public propertyInstance
The instance of the Act part of the test, if any.
Public propertyMember
The MemberInfo of the Act prt of the test, if any.
Public propertyMethod
The MethodInfo of the Act part of the test, if any.
Public propertyProperty
The PropertyInfo of the Act part of the test, if any.
Top
See Also