| Interface | Description |
|---|---|
| Mock<T> |
Declares the contract for a controller object that enables defining the behavior of methods of a mock object,
or for performing assert statements that verify that certain calls were effectively made.
|
| PartialMock<T> |
Declares the contract for a controller object that enables defining the behavior of methods of a partial mock object,
or for performing assert statements that verify that certain calls were effectively made.
|
| Class | Description |
|---|---|
| ArgumentMatchers |
todo javadoc
|
| MockModule |
Module for testing with mock objects.
|
| MockUnitils |
Copyright © 2016. All Rights Reserved.