org.baselinetest
Class TestContext

java.lang.Object
  extended by org.baselinetest.TestContext

public class TestContext
extends java.lang.Object

The context under which a test suite has been executed. Contains specific information about the test environment, as well as context-specific arguments.

Author:
jwan,jsnyder2

Method Summary
 ArgumentCollection getContextArguments()
          Get the ArgumentCollection for this TestContext.
 java.io.File getContextDir()
          Get the directory for the TestContext.
 ArgumentCollection getEnvironmentArgumentCollection()
          Get the ArgumentCollection containing environment variables.
 java.lang.String getName()
          Get the name of the context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContextArguments

public ArgumentCollection getContextArguments()
Get the ArgumentCollection for this TestContext.

Returns:
the ArgumentCollection containing arguments for the context.

getEnvironmentArgumentCollection

public ArgumentCollection getEnvironmentArgumentCollection()
Get the ArgumentCollection containing environment variables.

Returns:
the ArgumentCollection containing environment variables.

getContextDir

public java.io.File getContextDir()
Get the directory for the TestContext.

Returns:
the TestContext directory.

getName

public java.lang.String getName()
Get the name of the context.

Returns:
the name of the context.


Copyright © 2005-2009 Baseline Test. All Rights Reserved.