@PrepareForTest(value={ServiceRunner.class,LogUtils.class,StatsSvc.class}) @PowerMockIgnore(value={"javax.crypto.*","javax.management.*"}) public class StatsSvcSpec_onProust extends Object
Modifier and Type | Field and Description |
---|---|
private Lot49Config |
configMock |
private ServiceRunner |
serviceRunnerSimpleMock |
private StatsSvc |
svc |
Constructor and Description |
---|
StatsSvcSpec_onProust() |
Modifier and Type | Method and Description |
---|---|
void |
negativeFlow_CorrectCookieWithoutUserIdCookie_butNoCorrectPhase() |
void |
negativeFlow_MalformedCookie() |
void |
negativeFlow_nullPhase() |
void |
positiveFlow_restPhase_fcrEqYES() |
void |
positiveFlow_restPhase() |
void |
positiveFlow_syncPhase_NotNullCookie_partnerInitiatedSyncURI() |
void |
positiveFlow_syncPhase_NotNullCookie() |
void |
positiveFlow_syncPhase_nullCookie() |
void |
setUp() |
private ServiceRunner serviceRunnerSimpleMock
private StatsSvc svc
private Lot49Config configMock
public void negativeFlow_MalformedCookie() throws Throwable
Throwable
public void negativeFlow_CorrectCookieWithoutUserIdCookie_butNoCorrectPhase() throws Throwable
Throwable
public void positiveFlow_restPhase_fcrEqYES() throws Throwable
Throwable
public void positiveFlow_syncPhase_nullCookie() throws Throwable
Throwable
public void positiveFlow_syncPhase_NotNullCookie() throws Throwable
Throwable