features.service_client.session.service-client-session-end.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: Service Session End
In order to manager User Service Sessions
As a Service Client
I can end User Service Sessions
Background:
Given I created a Directory
And I created a Directory Service
And I made a Device linking request
Scenario: Sending Session End with valid user and no existing Service Session Succeeds
When I send a Session End request
Then there are no errors
Scenario: Sending Session End with valid user and an existing Service Session Succeeds
Given I sent a Session Start request
When I send a Session End request
Then there are no errors
Scenario: Sending Session End with invalid user raise No Such User error
When I attempt to send a Session End request for user "This is not a valid User"
Then a EntityNotFound error occurs
© 2015 - 2025 Weber Informatics LLC | Privacy Policy