Typemock.ArrangeActAssert is Typemock Isolator's Arrange, Act and Assert API namespace.
Typemock Isolator can seamlessly fake concrete objects, which helps in Test Driven Development, without the need to refactor your code.
Classes
Class | Description | |
---|---|---|
![]() | Args |
Args is a helper class for creating and passing Value\Reference\Out arguments into a non-public invoked methods.
|
![]() | Isolate |
This is the entry point to all AAA APIs.
Use it to fake, swap, set method behavior and verify calls.
The Isolate APIs use fluent interfaces, thus
|
![]() ![]() | IsolatedAttribute | Used to clean up the defined expectations. This attribute can't be inherited. |
![]() ![]() | NestedCallException | |
![]() ![]() | UseCultureAttribute |
Enumerations
Enumeration | Description | |
---|---|---|
![]() ![]() | BaseConstructorWillBe |
A behavior setting on how the base object's constructor behaves
|
![]() ![]() | ConstructorWillBe |
A behavior setting that states how the fake object's constructor will behaves.
|
![]() | DesignMode |
The two different design modes available for mocking:
|
![]() | Members |
A behavior setting on how the fake object is created.
|