public class UserAccountsServiceTests
extends java.lang.Object
Constructor and Description |
---|
UserAccountsServiceTests() |
Modifier and Type | Method and Description |
---|---|
void |
before() |
void |
testCreatingAUserAccount() |
void |
testCreatingAUserAccountForOtherUsersShouldFail() |
void |
testCreatingExternalAccountForOtherUserShouldFail() |
void |
testDeletingAllUserAccounts() |
void |
testDeletingAUserAccount() |
void |
testGettingAllUserAccounts() |
void |
testGettingCredentials() |
void |
testManageExternalAccountsRole() |
void |
testUpdatingAUserAccount() |
void |
testUpdatingCredentials() |
void |
testUpdatingNullCredentialsShouldLeavePasswordUntouched() |
public void before() throws java.lang.Exception
java.lang.Exception
public void testCreatingAUserAccount()
public void testCreatingAUserAccountForOtherUsersShouldFail()
public void testUpdatingAUserAccount() throws java.lang.Exception
java.lang.Exception
public void testDeletingAUserAccount() throws java.lang.Exception
java.lang.Exception
public void testDeletingAllUserAccounts() throws java.lang.Exception
java.lang.Exception
public void testGettingAllUserAccounts() throws java.lang.Exception
java.lang.Exception
public void testGettingCredentials() throws java.lang.Exception
java.lang.Exception
public void testUpdatingNullCredentialsShouldLeavePasswordUntouched() throws java.lang.Exception
java.lang.Exception
public void testUpdatingCredentials() throws java.lang.Exception
java.lang.Exception
public void testManageExternalAccountsRole() throws java.lang.Exception
java.lang.Exception
public void testCreatingExternalAccountForOtherUserShouldFail() throws java.lang.Exception
java.lang.Exception
Copyright © 2021. All Rights Reserved.