Click or drag to resize

ActBase Class

The base class of all Act classes.
Inheritance Hierarchy

Namespace:  SmartTests
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public abstract class ActBase

The ActBase type exposes the following members.

Constructors
  NameDescription
Protected methodActBase
Initializes a new instance of the ActBase class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Do not use directly. Prefer using RunTest Overload methods.
See Also