Added in API level 1
Deprecated in API level 26

FailedToCreateTests

open class FailedToCreateTests : TestCase
kotlin.Any
   ↳ junit.framework.Assert
   ↳ junit.framework.TestCase
   ↳ android.test.suitebuilder.TestSuiteBuilder.FailedToCreateTests

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

Summary

Public constructors

Public methods
open Unit

Inherited functions

Public constructors

FailedToCreateTests

Added in API level 1
FailedToCreateTests(exception: Exception!)

Public methods

testSuiteConstructionFailed

Added in API level 1
open fun testSuiteConstructionFailed(): Unit

Deprecated: Deprecated in Java.