|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestSlot | |
---|---|
org.openqa.grid.internal | |
org.openqa.grid.web.servlet.beta |
Uses of TestSlot in org.openqa.grid.internal |
---|
Methods in org.openqa.grid.internal that return TestSlot | |
---|---|
TestSlot |
TestSession.getSlot()
|
Methods in org.openqa.grid.internal that return types with arguments of type TestSlot | |
---|---|
List<TestSlot> |
BaseRemoteProxy.getTestSlots()
|
List<TestSlot> |
RemoteProxy.getTestSlots()
Each test running on the node will occupy a test slot. |
Methods in org.openqa.grid.internal with parameters of type TestSlot | |
---|---|
void |
Registry.forceRelease(TestSlot testSlot,
SessionTerminationReason reason)
Releases the test slot, WITHOUT running any listener. |
Constructors in org.openqa.grid.internal with parameters of type TestSlot | |
---|---|
TestSession(TestSlot slot,
Map<String,Object> requestedCapabilities,
TimeSource timeSource)
Creates a test session on the specified testSlot. |
Uses of TestSlot in org.openqa.grid.web.servlet.beta |
---|
Methods in org.openqa.grid.web.servlet.beta that return types with arguments of type TestSlot | |
---|---|
List<TestSlot> |
SlotsLines.getLine(MiniCapability cap)
|
Methods in org.openqa.grid.web.servlet.beta with parameters of type TestSlot | |
---|---|
void |
SlotsLines.add(TestSlot slot)
|
Constructors in org.openqa.grid.web.servlet.beta with parameters of type TestSlot | |
---|---|
MiniCapability(TestSlot slot)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |