We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b0684 commit e1fa58dCopy full SHA for e1fa58d
springmvc-userlogin/src/test/java/jbr/springmvc/UserServiceTest.java
@@ -13,18 +13,18 @@
13
import jbr.springmvc.model.User;
14
import jbr.springmvc.service.UserService;
15
16
-@ContextConfiguration(locations = { "classpath:jbr/config/user-beans.xml" })
17
-@RunWith(SpringJUnit4ClassRunner.class)
+//@ContextConfiguration(locations = { "classpath:jbr/config/user-beans.xml" })
+//@RunWith(SpringJUnit4ClassRunner.class)
18
public class UserServiceTest {
19
20
- @Autowired
+ /* @Autowired
21
UserService userService;
22
23
@Before
24
public void setUp() throws Exception {
25
}
26
27
- /* @Test
+ @Test
28
public void testValidateUser() {
29
30
Login login = new Login();
0 commit comments