to top
Android APIs
public static class

TestSuiteBuilder.FailedToCreateTests

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ android.test.suitebuilder.TestSuiteBuilder.FailedToCreateTests

Class Overview

A special TestCase used to indicate a failure during the build() step.

Summary

Public Constructors

? Examples
TestSuiteBuilder.FailedToCreateTests( Exception exception)
Public Methods

? Examples
void testSuiteConstructionFailed()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestSuiteBuilder.FailedToCreateTests (Exception exception)

Added in API level 1

Public Methods

public void testSuiteConstructionFailed ()

Added in API level 1

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.