Package | Description |
---|---|
com.paypal.selion.internal.platform.grid |
This package houses some of the utilities that are meant to be internally consumed by SeLion.
|
com.paypal.selion.platform.grid |
A collection of classes that support local and remote test executions, concurrent session management and custom annotation to drive UI tests.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicTestSession
This class represents a basic test session.
|
class |
MobileTestSession
A class for loading and representing the
MobileTest annotation parameters. |
class |
WebTestSession
A class for loading and representing the
WebTest annotation parameters. |
Modifier and Type | Method and Description |
---|---|
static AbstractTestSession |
Grid.getTestSession() |
Modifier and Type | Method and Description |
---|---|
static ThreadLocal<AbstractTestSession> |
Grid.getThreadLocalTestSession() |
Copyright © 2016 PayPal Open Source. All rights reserved.