- tearDown() - Method in class gov.va.med.mbcp.champva.dao.impl.ChampVAPayDAOTest
-
- tearDown() - Method in class gov.va.med.mbcp.champva.domain.impl.CodeResultTest
-
The tearDown method, to be executed after each test and dispose of the
CodeResults under test.
- tearDown() - Method in class gov.va.med.mbcp.champva.rest.ChampVAApplicationTest
-
- tearDown() - Method in class gov.va.med.mbcp.champva.rest.ChampVAResourceTest
-
The tearDown method, to be executed after each test and dispose of the
ChampVAResource under test.
- testChampVAFoundationsException() - Method in class gov.va.med.mbcp.champva.domain.impl.ChampVAExceptionTest
-
Test that a ChampVAFoundationsException returns the Error Code 200.
- testChampVAJsonException() - Method in class gov.va.med.mbcp.champva.domain.impl.ChampVAExceptionTest
-
Test that a ChampVAJsonException returns the Error Code 500.
- testChampVANamingException() - Method in class gov.va.med.mbcp.champva.domain.impl.ChampVAExceptionTest
-
Test that a ChampVANamingException returns the Error Code 300.
- testChampVAPayDAOInjection() - Method in class gov.va.med.mbcp.champva.dao.impl.ChampVAPayDAOTest
-
Test lazy instantiation of champVAPayDAO, as well as getAppProxyName()
and getSiteId() methods
- testChampVAResource() - Method in class gov.va.med.mbcp.champva.rest.ChampVAResourceInitializerTest
-
- testChampVAResourceException() - Method in class gov.va.med.mbcp.champva.domain.impl.ChampVAExceptionTest
-
Test that a ChampVAResourceException returns the Error Code 400.
- testChampVAVLFaultException() - Method in class gov.va.med.mbcp.champva.domain.impl.ChampVAExceptionTest
-
Test that a ChampVAVLFaultException returns the Error Code 100.
- testCodeResult() - Method in class gov.va.med.mbcp.champva.domain.impl.CodeResultTest
-
- testCodeResultString() - Method in class gov.va.med.mbcp.champva.domain.impl.CodeResultTest
-
- testEqualsObject() - Method in class gov.va.med.mbcp.champva.domain.impl.CodeResultTest
-
- testGetCodeResult() - Method in class gov.va.med.mbcp.champva.rest.ChampVAResourceTest
-
- testGetMessage() - Method in class gov.va.med.mbcp.champva.domain.impl.CodeResultTest
-
- testGetResult() - Method in class gov.va.med.mbcp.champva.domain.impl.CodeResultTest
-
- testHashCode() - Method in class gov.va.med.mbcp.champva.domain.impl.CodeResultTest
-
- testThatGetClassesReturnsSetWithOneChampVAResource() - Method in class gov.va.med.mbcp.champva.rest.ChampVAApplicationTest
-
- testThatGetCodeResultCallsChampVAPayDAOGetCodeResultWithCodeSystemAndCode() - Method in class gov.va.med.mbcp.champva.rest.ChampVAResourceTest
-
Test that getCodeResult(code) calls
champVAPayDAO.getCodeResult(codeSystem, code)
- testThatGetCodeResultCallsObjectMapperWriteValueAsStringWithCode() - Method in class gov.va.med.mbcp.champva.rest.ChampVAResourceTest
-
Test that getCodeResult(code) calls
objectMapper.writeValueAsString(codeResult)
- testThatGetCodeResultCallsResponseStatusOnce() - Method in class gov.va.med.mbcp.champva.rest.ChampVAResourceTest
-
Test that getCodeResult(code) calls Response.status(Response.Status.OK),
responseBuilder.entity(json), and responseBuilder.build() once.
- testThatGetCodeResultReturnsInternalServerErrorOnFoundationsException() - Method in class gov.va.med.mbcp.champva.rest.ChampVAResourceTest
-
Test that getCodeResult(code) returns Internal Server Error when
champVAPayDAO.getCodeResult(codeSystem, code) raises a
ChampVAFoundationsException
- testThatGetCodeResultReturnsInternalServerErrorOnJsonProcessingException() - Method in class gov.va.med.mbcp.champva.rest.ChampVAResourceTest
-
Test that getCodeResult(code) returns Internal Server Error when
champVAPayDAO.getCodeResult(codeSystem, code) raises a
ChampVAJsonProcessingException
- testThatGetCodeResultReturnsInternalServerErrorOnNamingException() - Method in class gov.va.med.mbcp.champva.rest.ChampVAResourceTest
-
Test that getCodeResult(code) returns Internal Server Error when
champVAPayDAO.getCodeResult(codeSystem, code) raises a
ChampVANamingException
- testThatGetCodeResultReturnsInternalServerErrorOnResourceException() - Method in class gov.va.med.mbcp.champva.rest.ChampVAResourceTest
-
Test that getCodeResult(code) returns Internal Server Error when
champVAPayDAO.getCodeResult(codeSystem, code) raises a
ChampVAResourceException
- testThatGetCodeResultReturnsInternalServerErrorOnVistaLinkFaultException() - Method in class gov.va.med.mbcp.champva.rest.ChampVAResourceTest
-
Test that getCodeResult(code) returns Internal Server Error when
champVAPayDAO.getCodeResult(codeSystem, code) raises a
ChampVAVLFaultVAException
- testThatInitializerCallsAppContextClose() - Method in class gov.va.med.mbcp.champva.rest.ChampVAResourceInitializerTest
-
Test That Initializer Calls appContext.close()
- testThatInitializerCallsAppContextGetBeanForChampVAPayDAO() - Method in class gov.va.med.mbcp.champva.rest.ChampVAResourceInitializerTest
-
Test That Initializer Calls appContext.getBean("champVAPayDAO")
- testThatInitializerCallsAppContextGetBeanForObjectMapper() - Method in class gov.va.med.mbcp.champva.rest.ChampVAResourceInitializerTest
-
Test That Initializer Calls appContext.getBean("objectMapper")
- testThatInitializerCallsNewClassPathXmlApplicationContext() - Method in class gov.va.med.mbcp.champva.rest.ChampVAResourceInitializerTest
-
Test That Initializer calls new
ClassPathXmlApplicationContext("/champvaBeans.xml")
- testVistaLinkHelperInjection() - Method in class gov.va.med.mbcp.champva.dao.impl.ChampVAPayDAOTest
-
Test lazy instantiation of vistaLinkHelper