org.stjs.testing.driver
Class BrowserConnection

java.lang.Object
  extended by org.stjs.testing.driver.BrowserConnection

public class BrowserConnection
extends Object

This class represents a connection from a browser to the embedded test server.

Author:
acraciun

Constructor Summary
BrowserConnection()
           
 
Method Summary
 long getLastTestId()
           
 TestResult getResult()
           
 void setLastTestId(long lastTestId)
           
 void setResult(TestResult result)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BrowserConnection

public BrowserConnection()
Method Detail

getResult

public TestResult getResult()

setResult

public void setResult(TestResult result)

getLastTestId

public long getLastTestId()

setLastTestId

public void setLastTestId(long lastTestId)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.