@UnitTest public class SessionSearchRestrictionTest extends java.lang.Object
| Constructor and Description |
|---|
SessionSearchRestrictionTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
differentCodeShouldNotBeEqual() |
void |
differentTypeShouldNotBeEqual() |
void |
sameCodeAndTypeShouldBeEqual() |
void |
setUp() |
void |
shouldCreateSessionSearchRestrictionObject() |
void |
shouldThrowExceptionWhenCodeIsBlank() |
void |
shouldThrowExceptionWhenCodeIsNull() |
void |
shouldThrowExceptionWhenQueryIsBlank() |
void |
shouldThrowExceptionWhenQueryIsNull() |
void |
shouldThrowExceptionWhenRestrictedTypeIsNull() |
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldThrowExceptionWhenCodeIsBlank()
public void shouldThrowExceptionWhenCodeIsNull()
public void shouldThrowExceptionWhenQueryIsBlank()
public void shouldThrowExceptionWhenQueryIsNull()
public void shouldThrowExceptionWhenRestrictedTypeIsNull()
public void shouldCreateSessionSearchRestrictionObject()
public void sameCodeAndTypeShouldBeEqual()
public void differentCodeShouldNotBeEqual()
public void differentTypeShouldNotBeEqual()
Copyright © 2018 SAP SE. All Rights Reserved.