Android
junit.extensions
public class

junit.extensions.ActiveTestSuite

java.lang.Object
junit.framework.TestSuite Test
junit.extensions.ActiveTestSuite

A TestSuite for active Tests. It runs each test in a separate thread and waits until all threads have terminated. -- Aarhus Radisson Scandinavian Center 11th floor

Summary

Public Constructors

            ActiveTestSuite()
            ActiveTestSuite(Class theClass)
            ActiveTestSuite(String name)
            ActiveTestSuite(Class theClass, String name)

Public Methods

          void  run(TestResult result)
Runs the tests and collects their result in a TestResult.
  synchronized        void  runFinished(Test test)
          void  runTest(Test test, TestResult result)
Methods inherited from class junit.framework.TestSuite
Methods inherited from class java.lang.Object
Methods inherited from interface junit.framework.Test

Details

Public Constructors

public ActiveTestSuite()

public ActiveTestSuite(Class theClass)

public ActiveTestSuite(String name)

public ActiveTestSuite(Class theClass, String name)

Public Methods

public void run(TestResult result)

Runs the tests and collects their result in a TestResult.

public synchronized void runFinished(Test test)

public void runTest(Test test, TestResult result)

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56