- tearDown() - Method in class gov.va.med.mbac.vlh.impl.VistaLinkHelperTest
-
- testGetRpcRequestThrowsBeansException() - Method in class gov.va.med.mbac.vlh.impl.VistaLinkHelperTest
-
Test that getRpcRequest rethrows BeansException when context.getBean fails
- testRpcRequestInjection() - Method in class gov.va.med.mbac.vlh.impl.VistaLinkHelperTest
-
Test DI of rpcRequest
- testThatGetAppProxyConnectionThrowsResourceExceptionWhenAppProxyNameEqualsEmptyString() - Method in class gov.va.med.mbac.vlh.impl.VistaLinkHelperTest
-
Test that getAppProxyConnection throws ResourceException when appProxyName == ""
- testThatGetAppProxyConnectionThrowsResourceExceptionWhenAppProxyNameEqualsNull() - Method in class gov.va.med.mbac.vlh.impl.VistaLinkHelperTest
-
Test that getAppProxyConnection throws ResourceException when appProxyName == null
- testThatGetAppProxyConnectionThrowsResourceExceptionWhenSiteIdEqualsEmptyString() - Method in class gov.va.med.mbac.vlh.impl.VistaLinkHelperTest
-
Test that getAppProxyConnection throws ResourceException when siteId == ""
- testThatGetAppProxyConnectionThrowsResourceExceptionWhenSiteIdEqualsNull() - Method in class gov.va.med.mbac.vlh.impl.VistaLinkHelperTest
-
Test that getAppProxyConnection throws ResourceException when siteId == null
- testThatGetConnectionThrowsResourceExceptionWhenDuzEqualsEmptyString() - Method in class gov.va.med.mbac.vlh.impl.VistaLinkHelperTest
-
Test that getConnection throws ResourceException when duz == ""
- testThatGetConnectionThrowsResourceExceptionWhenDuzEqualsNull() - Method in class gov.va.med.mbac.vlh.impl.VistaLinkHelperTest
-
Test that getConnection throws ResourceException when duz == null
- testThatGetConnectionThrowsResourceExceptionWhenSiteIdEqualsEmptyString() - Method in class gov.va.med.mbac.vlh.impl.VistaLinkHelperTest
-
Test that getConnection throws ResourceException when siteId == ""
- testThatGetConnectionThrowsResourceExceptionWhenSiteIdEqualsNull() - Method in class gov.va.med.mbac.vlh.impl.VistaLinkHelperTest
-
Test that getConnection throws ResourceException when siteId == null
- testThatGetRpcRequestReturnsNewInstanceEachCall() - Method in class gov.va.med.mbac.vlh.impl.VistaLinkHelperTest
-
Test that the appContext is returning a new RpcRequest bean with each call
i.e., NOT a Spring singleton.
- TestVistaLinkHelper - Class in gov.va.med.mbac.vlh.impl
-
This is the TestVistaLinkHelper class, which generates mock objects and
allows test cases to raise exceptions to exercise all process paths during
unit testing.
- TestVistaLinkHelper(InitialContext) - Constructor for class gov.va.med.mbac.vlh.impl.TestVistaLinkHelper
-
- testVistaLinkHelperInjection() - Method in class gov.va.med.mbac.vlh.impl.VistaLinkHelperTest
-
Test DI of vistaLinkHelper