sign_out_method tests successful
parent
6252c3d686
commit
8bf5c4a0b8
|
@ -121,4 +121,13 @@ public class SystemTest {
|
|||
|
||||
}
|
||||
|
||||
@Test
|
||||
public void sign_out_user() {
|
||||
|
||||
current_system.sign_in_user("Daniel", "1401Daniel");
|
||||
current_system.sign_out_user();
|
||||
assertEquals("",current_system.getDetails()[0]);
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue