com.partnersoft.platform.junit
Class JUnitEnvironment

java.lang.Object
  extended by com.partnersoft.core.Environment
      extended by com.partnersoft.platform.j2se.J2seEnvironment
          extended by com.partnersoft.platform.junit.JUnitEnvironment
All Implemented Interfaces:
Immutable

public class JUnitEnvironment
extends J2seEnvironment

Environment based on a full j2se runtime environment. This is the default environment for the Partner system.

Copyright 2006-2007 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

Field Summary
 
Fields inherited from class com.partnersoft.core.Environment
headless, jreDescription, modular, os, osDescription, partnerBuild, partnerCopyright, partnerRelease, readOnly, userName, webStarted, webStartURL
 
Constructor Summary
JUnitEnvironment()
           
 
Method Summary
 
Methods inherited from class com.partnersoft.platform.j2se.J2seEnvironment
setModular
 
Methods inherited from class com.partnersoft.core.Environment
currentEnvironment, getJREDescription, getOS, getOSDescription, getPartnerBuild, getPartnerCopyright, getPartnerRelease, getUserName, getWebStartURL, isHeadless, isLinux, isMac, isModular, isReadOnly, isWebStarted, isWindows, setDefaultEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitEnvironment

public JUnitEnvironment()