public class CallbackUrlManagerTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
ACCESS_TOKEN_URL |
private OAuth2ClientEntity |
client |
private OfficialApp |
officialApp |
private RequestLocales |
requestLocales |
Constructor and Description |
---|
CallbackUrlManagerTest() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
should_add_code_in_british_url_for_no_locale() |
void |
should_add_code_in_german_url_for_GERMAN_locale() |
void |
should_add_empty_code_in_german_url_for_GERMAN_locale() |
void |
should_return_null_when_callbackUrl_is_missing() |
void |
should_return_null_when_uk_callback_url_is_missing() |
void |
teardown() |
void |
testConstructorIsPrivate() |
private static final java.lang.String ACCESS_TOKEN_URL
private OfficialApp officialApp
private final RequestLocales requestLocales
private OAuth2ClientEntity client
public void setup()
public void teardown()
public void should_add_code_in_german_url_for_GERMAN_locale()
public void should_add_empty_code_in_german_url_for_GERMAN_locale()
public void should_add_code_in_british_url_for_no_locale()
public void should_return_null_when_callbackUrl_is_missing()
public void should_return_null_when_uk_callback_url_is_missing()
public void testConstructorIsPrivate() throws java.lang.Exception
java.lang.Exception