org.stjs.testing.driver
Class ServerSession

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

public class ServerSession
extends Object

There is an unique server session per unit test launch

Author:
acraciun

Method Summary
static ServerSession getInstance()
           
 STJSTestServer getServer()
           
 boolean hasBrowsers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ServerSession getInstance()
                                 throws IOException,
                                        InterruptedException
Throws:
IOException
InterruptedException

getServer

public STJSTestServer getServer()

hasBrowsers

public boolean hasBrowsers()


Copyright © 2011. All Rights Reserved.