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(long id, String userAgent)
           
 
Method Summary
 TestResult buildResult(String message, String location)
           
 long getId()
           
 String getUserAgent()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BrowserConnection

public BrowserConnection(long id,
                         String userAgent)
Method Detail

getId

public long getId()

buildResult

public TestResult buildResult(String message,
                              String location)

getUserAgent

public String getUserAgent()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.