- verifyGetCodeResultsCalls() - Method in class gov.va.med.mbcp.champva.dao.impl.ChampVAPayDAOTest
-
Verify that getCodeResult() calls
vistaLinkConnection.executeRPC(rpcRequest) once
rpcRequest.setRpcName("CHSRVLKP VALIDCD") once rpcRequest.clearParams()
once rpcResponse.getResults() once
- verifyGetCodeResultThrowsResourceExceptionWhenConnectionCloseFails() - Method in class gov.va.med.mbcp.champva.dao.impl.ChampVAPayDAOTest
-
Verify that getCodeResult() throws ChampVAException when connection.close
throws ResourceException
- verifyThatGetCodeResultRethrowsFoundationsExceptionWhenInstMapNotInit() - Method in class gov.va.med.mbcp.champva.dao.impl.ChampVAPayDAOTest
-
Verify that getCodeResult() throws ChampVAFoundationsException when
getConnection throws InstitutionMapNotInitializedException
- verifyThatGetCodeResultReturnsNullCallResultWhenGetConnectionFails() - Method in class gov.va.med.mbcp.champva.dao.impl.ChampVAPayDAOTest
-
Verify that getCodeResult() returns null CodeResult when getConnection()
returns null connection.
- verifyThatGetCodeResultReturnsValidCodeResult() - Method in class gov.va.med.mbcp.champva.dao.impl.ChampVAPayDAOTest
-
Verify that getCodeResult() returns valid CodeResult when RPC call result
is valid.
- verifyThatGetCodeResultThrowsChampVAExceptionWhenInstMapNotFound() - Method in class gov.va.med.mbcp.champva.dao.impl.ChampVAPayDAOTest
-
Verify that getCodeResult() throws ChampVAException when getConnection
throws InstitutionMappingNotFoundException
- verifyThatGetCodeResultThrowsChampVAExceptionWhenNamingException() - Method in class gov.va.med.mbcp.champva.dao.impl.ChampVAPayDAOTest
-
Verify that getCodeResult() throws ChampVAException when getConnection
throws NamingException
- verifyThatGetCodeResultThrowsChampVAExceptionWhenResourceException() - Method in class gov.va.med.mbcp.champva.dao.impl.ChampVAPayDAOTest
-
Verify that getCodeResult() throws ChampVAException when getConnection
throws ResourceException
- verifyThatGetCodeResultThrowsChampVAExceptionWhenVistaLinkFaultException() - Method in class gov.va.med.mbcp.champva.dao.impl.ChampVAPayDAOTest
-
Verify that getCodeResult() throws ChampVAException when executeRPC
throws VistaLinkFaultException
- verifyThatGetCodeResultThrowsChampVAResourceExceptionWhenRpcReturnsEmptyString() - Method in class gov.va.med.mbcp.champva.dao.impl.ChampVAPayDAOTest
-
Verify that getCodeResult() throws ChampVAResourceException when RPC call
returns empty String
- VISTALINK_FAULT_EXCEPTION - Static variable in exception gov.va.med.mbcp.champva.domain.impl.ChampVAException
-
These constants define the error codes for their corresponding exception
types, which will allow us to communicate Exceptions to the Web Client
without leaking details of the Web Service's design to the Wild Wild Web.