features.directory_client.sessions.directory-client-service-sessions-delete.feature Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-integration-tests Show documentation
Show all versions of sdk-integration-tests Show documentation
Integration tests for the LaunchKey Service SDK for Java
Feature: Directory Client can remove Service Sessions for a User Identifier
In order to manage Service Sessions for a User
As a Directory Client
I can end all User Service Sessions
Background:
Given I created a Directory
Scenario: Deleting Service User Sessions for a valid user succeeds
Given I made a Device linking request
When I delete the Sessions for the current User
And I retrieve the Session list for the current User
Then the Service User Session List has 0 Sessions
Scenario: Deleting Service User Sessions for an invalid user raises an EntityNotFound exception
When I attempt to delete the Sessions for the User "Myxlplix"
Then an EntityNotFound error occurs
© 2015 - 2025 Weber Informatics LLC | Privacy Policy