| Class | Description |
|---|---|
| MockitoFactoryBean<T> |
This is the MockitoFactoryBean class, which generates mock objects in the
VistaLinkHelperTest Spring context (see vlhTestBeans.xml & vlhTestBeansNoReq.xml).
|
| TestVistaLinkHelper |
This is the TestVistaLinkHelper class, which generates mock objects and
allows test cases to raise exceptions to exercise all process paths during
unit testing.
|
| VistaLinkHelper |
This is the VistaLinkHelper class, which helps preserve coherence
and single-responsibility for our DAO classes by handling interactions
with VistaLink on their behalf.
|
| VistaLinkHelperTest |
This is the VistaLinkHelperTest class, which implements the unit tests
for the VistaLinkHelper class.
|