@UnitTest public class FeatureListTest extends java.lang.Object
| Constructor and Description |
|---|
FeatureListTest() |
public void shouldInstantiateFeatureListWithListOfFeatures()
FeatureList.FeatureList(java.util.List).public void shouldThrowIllegalArgumentExceptionWhenInstantiatingFeatureListWithNullList()
FeatureList.FeatureList(java.util.List).public void shouldInstantiateFeatureListWithVarargs()
public void shouldReturnListOfFeatures()
FeatureList.getFeatures().public void shouldCheckWhetherListIsEmptyAndReturnTrueIfListIsEmpty()
FeatureList.isEmpty().public void shouldCheckWhetherListIsEmptyAndReturnFalseIfListIsNotEmpty()
FeatureList.isEmpty().public void shouldReturnExistingFeatureByName()
FeatureList.getFeatureByName(java.lang.String).public void shouldReturnExistingFeatureByAssignment()
public void shouldReturnExistingFeatureByCode()
FeatureList.getFeatureByCode(java.lang.String).public void shouldBehavesLikeNormalListWithIterator()
FeatureList.iterator().public void shouldReturnListOfClassificationClassesForTypedFeatures()
FeatureList.getClassificationClasses().public void shouldReturnEmptyListOfClassificationClassesWhenThereIsEmptyListOfFeatures()
FeatureList.getClassificationClasses().public void shouldReturnEmptyListOfClassificationClassesWhenListOfFeaturesContainsOnlyUntypedFeatures()
FeatureList.getClassificationClasses().public void shouldReturnClassAttributeAssignmentsForTypedFeatures()
FeatureList.getClassAttributeAssignments().public void shouldCheckWhetherListContainsUntypedFeaturesAndReturnTrueIfListContainUntypedFeatures()
FeatureList.hasUntypedFeatures().public void shouldCheckWhetherListContainsUntypedFeaturesAndReturnFalseIfListDoesNotContainUntypedFeatures()
FeatureList.hasUntypedFeatures().Copyright © 2018 SAP SE. All Rights Reserved.