| Package | Description |
|---|---|
| org.wisdom.test.assertions |
| Modifier and Type | Method and Description |
|---|---|
static SessionAssert |
WisdomAssertions.assertThat(org.wisdom.api.cookies.SessionCookie actual)
Give access to
SessionCookie assertion. |
static SessionAssert |
SessionAssert.assertThat(org.wisdom.api.cookies.SessionCookie actual)
Creates a
SessionAssert. |
SessionAssert |
SessionAssert.containsEntry(String key,
String value)
Enforces that the session contains the given entry.
|
SessionAssert |
SessionAssert.doesNotContain(String key)
Enforces that the session does not contain the given entry.
|
SessionAssert |
SessionAssert.isEmpty()
Enforces that the session is empty.
|
SessionAssert |
SessionAssert.isNotEmpty()
Enforces that the session is not empty.
|
Copyright © 2013–2015 Wisdom Framework. All rights reserved.