메소드 |
설명 |
|
setup ( ) |
|
|
testHandlesIncompleteRequest ( ) |
Tests that the server responds with a client failure flag if the client fails
to send all the information needed to make a basic request. |
|
testHandlesRequestWhereServerValueDoesntValidate ( ) |
Tests that the server responds with a client failure flag if the client
sends a server value that doesn't match what the server sent |
|
testHandlesRequestWithInvalidClient ( ) |
Tests that the server responds with a client failure flag if the client fails
to send all the information needed to make a basic request. |
|
testHandlesRequestWithInvalidIDS ( ) |
Tests that the server responds with a client failure flag if the client
sends an invalid IDS signature |
|
testHandlesRequestWithInvalidPIDS ( ) |
Tests that the server responds with a client failure flag if the client
sends an invalid pIDS signature |
|
testHandlesRequestWithInvalidURS ( ) |
Tests that the server responds with a client failure flag if the client
sends an invalid URS signature |
|
testHandlesRequestWithInvalidURSDuringIDUpdate ( ) |
Tests that the server responds with a client failure flag if the client
sends an invalid URS signature |
|
testRespondsToIdent ( ) |
tests the server responding to a cmd=ident with a known idk |
|
testRespondsToIdentDuringIdentityUpdate ( ) |
tests the server responding to a cmd=setkey when the user is supplying a pidk
in order to update their account. |
|
testRespondsToIdentDuringIdentityUpdateMissingNewSUK ( ) |
|
|
testRespondsToIdentIncompleteAccountInformation ( ) |
Test that the server returns a failure when the user attempts to create an account
without all required information (suk and vuk) |
|
testRespondsToIdentNoUnknownAccountAllowed ( ) |
Test the server will respond with a function not supported error if the
user attempts to create an account when it is not allowed. |
|
testRespondsToIdentWhenCreatingAccount ( ) |
tests the server responding to a cmd=ident with an unknown idk |
|
testRespondsToLock ( ) |
tests the server responding to a cmd=lock |
|
testRespondsToLockUnknownAccount ( ) |
tests the server responding to a cmd=lock when the account doesn't exist |
|
testRespondsToQueryBadNutHardFailure ( ) |
tests the server responding to a cmd=query when the nut has expired, is unknown,
or in some other way is invalid, causing a hard failure |
|
testRespondsToQueryDuringIdentityUpdate ( ) |
tests the server responding to a cmd=query when the user is supplying a pidk
in order to update their account. |
|
testRespondsToQueryExpiredNutSoftFailure ( ) |
tests the server responding to a cmd=query when the nut has expired |
|
testRespondsToQueryKnownIdentityKey ( ) |
tests the server responding to a cmd=query when the idk is known |
|
testRespondsToQueryKnownIdentityKeyIPMismatch ( ) |
tests the server responding to a cmd=query when the idk is known and the IPs do not match |
|
testRespondsToQueryNutKeyMismatch ( ) |
tests the server responding to a cmd=query when the nut has expired, is unknown,
or in some other way is invalid, causing a hard failure |
|
testRespondsToQueryUnknownIdentityKeyAuthenticationProceeds ( ) |
tests the server responding to a cmd=query with the idk is not known |
|
testRespondsToQueryUnknownIdentityKeyHardFailure ( ) |
tests the server responding to a cmd=query with the idk is not known |
|
testRespondsToQueryWhenAccountLocked ( ) |
tests the server responding to a cmd=query when the account has previously been locked |
|
testRespondsToUnlockRequest ( ) |
tests the server responding to a cmd=ident when the account has previously been locked
when the user is supplying the Identity Lock credentials |
|
testRespondsToUnlockRequestMismathedVUK ( ) |
|
|