@UnitTest public class DefaultPunchOutSessionServiceTest extends java.lang.Object
DefaultPunchOutSessionService.| Constructor and Description |
|---|
DefaultPunchOutSessionServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
testLoadExpiredSession()
Tests that the session will be expired when the timeout kicks in, having in mind the session has lived for longer
than the timeout period.
|
void |
testLoadNonExpiredSession()
Tests that when the session is created and the timeout is later than the current time the session is still not
expired.
|
public void setup()
public void testLoadExpiredSession()
throws java.lang.Exception
java.lang.Exception - on errorpublic void testLoadNonExpiredSession()
throws java.lang.Exception
java.lang.Exception - on errorCopyright © 2018 SAP SE. All Rights Reserved.