|
|
@ -49,7 +49,7 @@ public final class PostInitPolarisSDKContextTest {
|
|
|
|
private static final String CAMPUS = "campus";
|
|
|
|
private static final String CAMPUS = "campus";
|
|
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
@Test
|
|
|
|
public void PostInitPolarisSDKContextTest() {
|
|
|
|
public void testConstructor() {
|
|
|
|
ValueContext valueContext = new ValueContext();
|
|
|
|
ValueContext valueContext = new ValueContext();
|
|
|
|
|
|
|
|
|
|
|
|
when(sdkContext.getValueContext()).thenReturn(valueContext);
|
|
|
|
when(sdkContext.getValueContext()).thenReturn(valueContext);
|
|
|
|