Android
junit.framework
public interface

junit.framework.TestListener

junit.framework.TestListener

A Listener for test progress

Summary

Public Methods

          void  addError(Test test, Throwable t)
An error occurred.
          void  addFailure(Test test, AssertionFailedError t)
A failure occurred.
          void  endTest(Test test)
A test ended.
          void  startTest(Test test)
A test started.

Details

Public Methods

public void addError(Test test, Throwable t)

An error occurred.

public void addFailure(Test test, AssertionFailedError t)

A failure occurred.

public void endTest(Test test)

A test ended.

public void startTest(Test test)

A test started.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48