@UnitTest public class ItemImportResultUnitTest extends java.lang.Object
ItemImportResult| Constructor and Description |
|---|
ItemImportResultUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testImportErrorCollectionCannotBeModifiedFromOutside() |
void |
testResultIsUnsuccessfulWhenAtLeastOneImportErrorWasAdded() |
void |
testSuccessfulByDefault() |
void |
toStringContainsERRORWhenResultIsNotSuccessful() |
void |
toStringContainsSUCCESSWhenResultIsSuccessful() |
void |
toStringPrintsOutExceptionWhenItIsPresentInTheResult() |
public void setUp()
public void testSuccessfulByDefault()
public void testImportErrorCollectionCannotBeModifiedFromOutside()
public void testResultIsUnsuccessfulWhenAtLeastOneImportErrorWasAdded()
public void toStringContainsSUCCESSWhenResultIsSuccessful()
public void toStringContainsERRORWhenResultIsNotSuccessful()
public void toStringPrintsOutExceptionWhenItIsPresentInTheResult()
Copyright © 2018 SAP SE. All Rights Reserved.