@UnitTest public class GenericSearchFieldTest extends java.lang.Object
GenericSearchField.| Constructor and Description |
|---|
GenericSearchFieldTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
differentFieldsShouldNotBeEqual()
Different field qualifiers without type or langauge information.
|
void |
sameFieldNoTypeShouldBeEqual()
Same field qualifier without type or language information.
|
void |
sameFieldWithDifferentLanguageShouldNotBeEqual()
Same field qualifier but different languages, no type information.
|
void |
sameFieldWithDifferentTypesShouldNotBeEqual()
Same field qualifier but different type identifiers.
|
void |
sameFieldWithSameLanguageShouldBeEqual()
Same field qualifier and same language, no type information.
|
void |
sameFieldWithSameTypeShouldBeEqual()
Same field qualifier and same type identifier.
|
public void sameFieldNoTypeShouldBeEqual()
public void differentFieldsShouldNotBeEqual()
public void sameFieldWithSameTypeShouldBeEqual()
public void sameFieldWithDifferentTypesShouldNotBeEqual()
public void sameFieldWithSameLanguageShouldBeEqual()
public void sameFieldWithDifferentLanguageShouldNotBeEqual()
Copyright © 2018 SAP SE. All Rights Reserved.