Kay Patterson
Results
2
comments of
Kay Patterson
After changing the `@Resource` to `@Autowired` for testObjectABoc field (or change to `@Autowired` for both testObjectABoc and testObjectBocs fields), the test case passed with TestMntBocImp.testObjectBocs.size() equals to 2. However, `@Resource`...
I add a new interface TestObjectABoc to TestObjectABocImp, then change the data type of field testObjectABoc under TestMntBocImp class to TestObjectABoc, and test case fail again with `org.opentest4j.AssertionFailedError: expected: but...