@UnitTest public class RecommendationServiceFallbackTest extends java.lang.Object
| Constructor and Description |
|---|
RecommendationServiceFallbackTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testGetFallbackSolutionResults_NullCase()
Tests the null case, when nothing is found in the buffer
|
void |
testWithLeadingItemsNotFoundWillReturnEmptyString()
input : leading items not in buffer, but "" is.
|
void |
testWithOnlyOneLeadingItemInListIsPresentInBuffer()
Input : leading items not in buffer except 1 individual product output :
individual product
|
void |
testWithSequenceOfLeadingItemsPresentInBuffer() |
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void testWithLeadingItemsNotFoundWillReturnEmptyString()
public void testWithOnlyOneLeadingItemInListIsPresentInBuffer()
public void testWithSequenceOfLeadingItemsPresentInBuffer()
public void testGetFallbackSolutionResults_NullCase()
Copyright © 2018 SAP SE. All Rights Reserved.