DeletionMode

enum DeletionMode : Enum<DeletionMode>

Entries

Always
Link copied to clipboard
Always delete the created file after the test has run.
IfSuccessful
Link copied to clipboard
Delete the file if the test ran through successfully; retain the file if the test failed.
Never
Link copied to clipboard
Retain the file after the test ran.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: DeletionMode): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<DeletionMode>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int

Sources

(source)
Link copied to clipboard