Android
junit.framework
public interface

junit.framework.Test

junit.framework.Test

A Test can be run and collect its results.

Known Indirect Subclasses

See Also

Summary

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.

Details

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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56