Revert "BAEL-3290: Corrected formatting and removed author line in class comment"
This reverts commit d746d0b74af4b22f508c271092fef7f57b1cdd32.
This commit is contained in:
parent
d746d0b74a
commit
348d6386b0
@ -1,5 +1,6 @@
|
|||||||
package org.baeldung.store;
|
package org.baeldung.store;
|
||||||
|
|
||||||
|
|
||||||
import static org.junit.Assert.assertNotNull;
|
import static org.junit.Assert.assertNotNull;
|
||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
@ -13,6 +13,8 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
|||||||
* Separate unit test class where only one Item object is available for
|
* Separate unit test class where only one Item object is available for
|
||||||
* autowiring. If the ioc-context.xml were used for autowiring by type, there
|
* autowiring. If the ioc-context.xml were used for autowiring by type, there
|
||||||
* would be multiple qualifying Item objects, causing a failure.
|
* would be multiple qualifying Item objects, causing a failure.
|
||||||
|
*
|
||||||
|
* @author Justin Albano <albano.justin@gmail.com>
|
||||||
*/
|
*/
|
||||||
@RunWith(SpringJUnit4ClassRunner.class)
|
@RunWith(SpringJUnit4ClassRunner.class)
|
||||||
@ContextConfiguration("classpath:/ioc-context-by-type.xml")
|
@ContextConfiguration("classpath:/ioc-context-by-type.xml")
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
package org.baeldung.store;
|
package org.baeldung.store;
|
||||||
|
|
||||||
|
|
||||||
import static org.junit.Assert.assertNotNull;
|
import static org.junit.Assert.assertNotNull;
|
||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user