TPTP 4.2.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.execution.harness
Class TestExecutionHarness.ProgressVisibility

java.lang.Object
  extended byorg.eclipse.hyades.execution.harness.TestExecutionHarness.ProgressVisibility
Enclosing class:
TestExecutionHarness

public static final class TestExecutionHarness.ProgressVisibility
extends java.lang.Object

Provides the ability to specify whether progress visibility is desired or not when invoking the various launch test methods in this class.


Field Summary
static TestExecutionHarness.ProgressVisibility DISABLED
          Progress is not visible in the user interface
static TestExecutionHarness.ProgressVisibility ENABLED
          Progress is visible in the user interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENABLED

public static TestExecutionHarness.ProgressVisibility ENABLED
Progress is visible in the user interface


DISABLED

public static TestExecutionHarness.ProgressVisibility DISABLED
Progress is not visible in the user interface


TPTP 4.2.0 Testing Tools Project
Public API Specification