public class SoapAppInstallationServiceImplTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AppInstallationRepository |
appInstallationRepository |
private javax.inject.Provider<AppInstallationRepository> |
appInstallationRepositoryProvider |
private OfficialApp |
officialApp |
private OfficialAppRepository |
officialAppRepository |
private GUID |
shopGUID |
private SoapAppInstallationServiceImpl |
SUT |
Constructor and Description |
---|
SoapAppInstallationServiceImplTest() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
should_find_previous_soap_installation_when_there_is_one() |
void |
should_not_find_previous_soap_installation_when_there_is_none() |
private SoapAppInstallationServiceImpl SUT
@Mock private javax.inject.Provider<AppInstallationRepository> appInstallationRepositoryProvider
@Mock private AppInstallationRepository appInstallationRepository
@Mock private OfficialAppRepository officialAppRepository
private GUID shopGUID
private OfficialApp officialApp
public void setup()
public void should_not_find_previous_soap_installation_when_there_is_none()
public void should_find_previous_soap_installation_when_there_is_one()