|
|
@ -29,7 +29,7 @@ import cokr.xit.foundation.data.DataObject;
|
|
|
|
* @author mjkhan
|
|
|
|
* @author mjkhan
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ExtendWith(SpringExtension.class)
|
|
|
|
@ExtendWith(SpringExtension.class)
|
|
|
|
@ContextConfiguration("classpath*:spring/context-*.xml")
|
|
|
|
@ContextConfiguration("classpath:spring/context-*.xml")
|
|
|
|
@ActiveProfiles("test")
|
|
|
|
@ActiveProfiles("test")
|
|
|
|
public class TestSupport extends AbstractComponent {
|
|
|
|
public class TestSupport extends AbstractComponent {
|
|
|
|
@Resource(name="testMapper")
|
|
|
|
@Resource(name="testMapper")
|
|
|
|