AssignActT Class |
Namespace: SmartTests.Acts
The AssignActT type exposes the following members.
Name | Description | |
---|---|---|
AssignActT |
Creates an instance of AssignActT to represent an assignment of a property or indexer in the Act
part of your test.
|
Name | Description | |
---|---|---|
Assertions |
The Smart Assertion implied in the Associated RunTest Overload methods,
if any.
(Inherited from ActBase.) | |
AssignedValue |
The value to assign.
| |
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.) | |
Result |
The returned value of the Act.
(Inherited from ActT.) |
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.
(Overrides ActTInvoke(ActContext).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
DO NOT USE DIRECTLY.
Prefer using RunTest Overload methods.