Added in API level 1
Deprecated in API level 26

TestSuiteBuilder.FailedToCreateTests

public static class TestSuiteBuilder.FailedToCreateTests
extends TestCase

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


This class was deprecated in API level 26.
New tests should be written using the Android Testing Support Library.

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

Summary

Public constructors

FailedToCreateTests(Exception exception)

Public methods

void testSuiteConstructionFailed()

Inherited methods

Public constructors

FailedToCreateTests

Added in API level 1
public FailedToCreateTests (Exception exception)

Parameters
exception Exception

Public methods

testSuiteConstructionFailed

Added in API level 1
public void testSuiteConstructionFailed ()