TPTP 4.2.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.common.junit
Class HyadesTestResult

java.lang.Object
  extended byjunit.framework.TestResult
      extended byorg.eclipse.hyades.test.common.junit.HyadesTestResult

public class HyadesTestResult
extends junit.framework.TestResult

Copyright (c) 2005, 2006 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html $Id: HyadesTestResult.java,v 1.2 2006/04/03 20:32:17 paules Exp $ Contributors: IBM Corporation - initial API and implementation


Field Summary
 
Fields inherited from class junit.framework.TestResult
fErrors, fFailures, fListeners, fRunTests
 
Constructor Summary
HyadesTestResult()
           
 
Method Summary
 void seedThread(java.lang.Thread thread)
          Informs the listeners that that a new thread is about to be created to run an asynchronous child of the current test.
 
Methods inherited from class junit.framework.TestResult
addError, addFailure, addListener, endTest, errorCount, errors, failureCount, failures, removeListener, run, runCount, runProtected, shouldStop, startTest, stop, wasSuccessful
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyadesTestResult

public HyadesTestResult()
Method Detail

seedThread

public void seedThread(java.lang.Thread thread)
Informs the listeners that that a new thread is about to be created to run an asynchronous child of the current test.

Parameters:
thread -

TPTP 4.2.0 Testing Tools Project
Public API Specification