public class PromotionResultAssert
extends <any>
PromotionEngineResult| Constructor and Description |
|---|
PromotionResultAssert(PromotionEngineResult actual) |
| Modifier and Type | Method and Description |
|---|---|
static PromotionResultAssert |
assertThat(PromotionEngineResult actual) |
PromotionResultAssert |
hasCode(java.lang.String code) |
PromotionResultAssert |
hasDescription(java.lang.String description) |
PromotionResultAssert |
hasName(java.lang.String name) |
PromotionResultAssert |
isFiredPromotion() |
PromotionResultAssert |
isPotentialPromotion() |
public PromotionResultAssert(PromotionEngineResult actual)
public static PromotionResultAssert assertThat(PromotionEngineResult actual)
public PromotionResultAssert hasCode(java.lang.String code)
public PromotionResultAssert hasName(java.lang.String name)
public PromotionResultAssert hasDescription(java.lang.String description)
public PromotionResultAssert isFiredPromotion()
public PromotionResultAssert isPotentialPromotion()
Copyright © 2018 SAP SE. All Rights Reserved.