@IntegrationTest public class EmsStubTest extends java.lang.Object
As only stub implementation of EMS is being checked, there are only generic asserts. We do not expect functional code from the stub. The goal of the tests is to check that API itself works in general, without any missing classes.
com.hybris.services.entitlements.api.impl.StubEntitlementFacade| Constructor and Description |
|---|
EmsStubTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldAddToGrantProperty() |
void |
shouldCreateProperties() |
void |
shouldDeleteConditions() |
void |
shouldDeleteGrantProperties() |
void |
shouldExecuteMultipleGrants() |
void |
shouldExecuteSingleGrant() |
void |
shouldGetGrants() |
void |
shouldGetSingleGrant() |
void |
shouldGrantEntitlement() |
void |
shouldRevokeMultipleGrants() |
void |
shouldRevokeSingleGrant() |
void |
shouldUpdateConditions() |
void |
shouldUpdateProperties() |
void |
shouldUpdateStatus() |
public void shouldGetGrants()
public void shouldGetSingleGrant()
public void shouldGrantEntitlement()
public void shouldExecuteSingleGrant()
public void shouldExecuteMultipleGrants()
public void shouldRevokeSingleGrant()
public void shouldRevokeMultipleGrants()
public void shouldUpdateConditions()
public void shouldDeleteConditions()
public void shouldUpdateStatus()
public void shouldCreateProperties()
public void shouldUpdateProperties()
public void shouldDeleteGrantProperties()
public void shouldAddToGrantProperty()
Copyright © 2018 SAP SE. All Rights Reserved.