Android
junit.extensions
public class

junit.extensions.RepeatedTest

java.lang.Object
junit.framework.Assert
junit.extensions.TestDecorator Test
junit.extensions.RepeatedTest

A Decorator that runs a test repeatedly.

Summary

Fields inherited from class junit.extensions.TestDecorator

Public Constructors

            RepeatedTest(Test test, int repeat)

Public Methods

          int  countTestCases()
Counts the number of test cases that will be run by this test.
          void  run(TestResult result)
Runs a test and collects its result in a TestResult instance.
          String  toString()
Returns a string containing a concise, human-readable description of the receiver.
Methods inherited from class junit.extensions.TestDecorator
Methods inherited from class junit.framework.Assert
Methods inherited from class java.lang.Object
Methods inherited from interface junit.framework.Test

Details

Public Constructors

public RepeatedTest(Test test, int repeat)

Public Methods

public int countTestCases()

Counts the number of test cases that will be run by this test.

public void run(TestResult result)

Runs a test and collects its result in a TestResult instance.

public String toString()

Returns a string containing a concise, human-readable description of the receiver.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48