// asserts if there is a participant for the current session ID
assertEquals(1, testIdentityParticipantStack.getParticipants(currentSessionID));
// asserts if the last participant in the stack is the last caller SP
assertEquals(SERVICE_PROVIDER_URL, testIdentityParticipantStack.peek(currentSessionID));
}
/**
* <p>
* Tests the StrictPostBinding configuration.