mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 02:37:34 +02:00
Ignore unimplemented tests
This commit is contained in:
@ -119,6 +119,7 @@ public class LoginIT {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void autoRegisterNewUser() throws Exception {
|
public void autoRegisterNewUser() throws Exception {
|
||||||
assertThat(mockServer.isRunning(), is(true));
|
assertThat(mockServer.isRunning(), is(true));
|
||||||
|
|
||||||
@ -155,41 +156,49 @@ public class LoginIT {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void failedJoinedVerification() {
|
public void failedJoinedVerification() {
|
||||||
// has joined fails
|
// has joined fails
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void offlineLoginNewUserDisabledRegister() {
|
public void offlineLoginNewUserDisabledRegister() {
|
||||||
// auto register disabled, always offline login for new users
|
// auto register disabled, always offline login for new users
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void offlineLoginNewUser() {
|
public void offlineLoginNewUser() {
|
||||||
// auto register enabled, but no paid account
|
// auto register enabled, but no paid account
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void autoLoginRegistered() {
|
public void autoLoginRegistered() {
|
||||||
// registered premium user and paid account login in
|
// registered premium user and paid account login in
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void failedLoginPremiumRegistered() {
|
public void failedLoginPremiumRegistered() {
|
||||||
// registered premium, but tried offline login
|
// registered premium, but tried offline login
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void offlineLoginRegistered() {
|
public void offlineLoginRegistered() {
|
||||||
// assume registered user marked as offline - tried to login
|
// assume registered user marked as offline - tried to login
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void alreadyOnlineDuplicateOwner() {
|
public void alreadyOnlineDuplicateOwner() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void alreadyOnlineDuplicateCracked() {
|
public void alreadyOnlineDuplicateCracked() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user