← Docs
kotlin.test / kotlin.test / AssertionResult

AssertionResult

JS
1.1
interface AssertionResult
(source)

Describes the result of an assertion execution.

Properties

JS
1.1

actual

abstract val actual : Any ?
JS
1.1

expected

abstract val expected : Any ?
JS
1.1

lazyMessage

abstract val lazyMessage : ( ) -> String ?
JS
1.1

result

abstract val result : Boolean
Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .