File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -55,36 +55,30 @@ protected Tool getTool(PrintStream o) {
55
55
@ Test
56
56
@ Override
57
57
public void testNoUserGiven () throws Exception {
58
- super .testNoUserGiven ();
59
58
}
60
59
61
60
@ Test
62
61
@ Override
63
62
public void testExistingUser () throws Exception {
64
- super .testExistingUser ();
65
63
}
66
64
67
65
@ Test
68
66
@ Override
69
67
public void testMultipleExistingUsers () throws Exception {
70
- super .testMultipleExistingUsers ();
71
68
}
72
69
73
70
@ Test
74
71
@ Override
75
72
public void testNonExistentUser () throws Exception {
76
- super .testNonExistentUser ();
77
73
}
78
74
79
75
@ Test
80
76
@ Override
81
77
public void testMultipleNonExistingUsers () throws Exception {
82
- super .testMultipleNonExistingUsers ();
83
78
}
84
79
85
80
@ Test
86
81
@ Override
87
82
public void testExistingInterleavedWithNonExistentUsers () throws Exception {
88
- super .testExistingInterleavedWithNonExistentUsers ();
89
83
}
90
84
}
You can’t perform that action at this time.
0 commit comments