Act Class |
Namespace: SmartTests
The Act type exposes the following members.
Name | Description | |
---|---|---|
Assertions |
The Smart Assertion implied in the Associated RunTest Overload methods,
if any.
(Inherited from ActBase.) | |
Constructor |
The ConstructorInfo of the Act part of the test, if any.
(Inherited from ActBase.) | |
Context |
Gets the context of this Act.
(Inherited from ActBase.) | |
Exception |
The thrown Exception when running RunTest Overload methods, if any.
(Inherited from ActBase.) | |
Field |
The FieldInfo of the Act part of the test, if any.
(Inherited from ActBase.) | |
Instance |
The instance of the Act part of the test, if any.
(Inherited from ActBase.) | |
Member |
The MemberInfo of the Act prt of the test, if any.
(Inherited from ActBase.) | |
Method |
The MethodInfo of the Act part of the test, if any.
(Inherited from ActBase.) | |
Property |
The PropertyInfo of the Act part of the test, if any.
(Inherited from ActBase.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Invoke |
Run the Act part of your test with a context.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |