@UnitTest public class UnitServiceTest extends java.lang.Object
| Constructor and Description |
|---|
UnitServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testReturnsAllUnits() |
void |
testReturnsAllUnitTypes() |
void |
testReturnsUnitForCode() |
void |
testReturnsUnitsForUnitType() |
void |
testThrowsAmbiguousIdentifierExceptionWhenMoreThanOneUnitFoundForGivenCode() |
void |
testThrowsIllegalArgumentExceptionWhenCodeIsNull() |
void |
testThrowsUnknownIdentifierExceptionWhenUnitNotFound() |
public void setUp()
public void testReturnsAllUnits()
public void testReturnsUnitsForUnitType()
public void testReturnsAllUnitTypes()
public void testReturnsUnitForCode()
public void testThrowsIllegalArgumentExceptionWhenCodeIsNull()
public void testThrowsUnknownIdentifierExceptionWhenUnitNotFound()
public void testThrowsAmbiguousIdentifierExceptionWhenMoreThanOneUnitFoundForGivenCode()
Copyright © 2018 SAP SE. All Rights Reserved.