public class AuthenticationEndpointTest extends ServerTest
container
Constructor and Description |
---|
AuthenticationEndpointTest() |
Modifier and Type | Method and Description |
---|---|
static java.security.PublicKey |
getPublicKey(org.glassfish.jersey.test.JerseyTest test) |
static Credentials |
signUpUser(org.glassfish.jersey.test.JerseyTest test) |
void |
testGetPublicKey() |
void |
testGetUserData() |
void |
testGetUserFromToken() |
void |
testRecoverUserFromToken() |
void |
testUserSignIn() |
void |
testUserSignUp() |
configure, getTestContainerFactory, tearDown
public void testGetPublicKey() throws java.lang.Exception
java.lang.Exception
public static java.security.PublicKey getPublicKey(org.glassfish.jersey.test.JerseyTest test) throws java.lang.Exception
java.lang.Exception
public void testUserSignUp() throws java.lang.Exception
java.lang.Exception
public static Credentials signUpUser(org.glassfish.jersey.test.JerseyTest test) throws java.lang.Exception
java.lang.Exception
public void testUserSignIn() throws java.lang.Exception
java.lang.Exception
public void testGetUserFromToken() throws java.lang.Exception
java.lang.Exception
public void testRecoverUserFromToken() throws java.lang.Exception
java.lang.Exception
public void testGetUserData() throws java.lang.Exception
java.lang.Exception