| Constructor and Description |
|---|
ItemImportResultUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testAddErrorsDoesNotExpectNullBePassedForTheErrorCollection() |
void |
testAllAddedErrorsCanBeReadBack() |
void |
testDoesNotContainImportErrorsBeforeTheyAdded() |
void |
testImportErrorCollectionCannotBeModifiedFromOutside() |
void |
testReportedExceptionCanBeReadBack() |
void |
testReportedExceptionWithoutMessageCanBeReadBack() |
void |
testResultIsUnsuccessfulWhenAtLeastOneImportErrorWasAdded() |
void |
testSameResultIsReturnedAfterAddingAnErrorToIt() |
void |
testSuccesfulByDefault() |
void |
toStringContainsERROR_whenResultIsNotSuccessful() |
void |
toStringContainsSUCCESS_whenResultIsSuccessful() |
void |
toStringPrintsOutExceptionWhenItIsPresentInTheResult() |
public void setUp()
public void testSuccesfulByDefault()
public void testDoesNotContainImportErrorsBeforeTheyAdded()
public void testAllAddedErrorsCanBeReadBack()
public void testSameResultIsReturnedAfterAddingAnErrorToIt()
public void testAddErrorsDoesNotExpectNullBePassedForTheErrorCollection()
public void testImportErrorCollectionCannotBeModifiedFromOutside()
public void testResultIsUnsuccessfulWhenAtLeastOneImportErrorWasAdded()
public void testReportedExceptionCanBeReadBack()
public void testReportedExceptionWithoutMessageCanBeReadBack()
public void toStringContainsSUCCESS_whenResultIsSuccessful()
public void toStringContainsERROR_whenResultIsNotSuccessful()
public void toStringPrintsOutExceptionWhenItIsPresentInTheResult()
Copyright © 2017 SAP SE. All Rights Reserved.