Package 

Class KotlinTestFailure

  • All Implemented Interfaces:
    java.io.Serializable , org.gradle.internal.serialize.PlaceholderExceptionSupport

    
    public final class KotlinTestFailure
    extends PlaceholderException
                        

    Class to be shown in the default Gradle tests console reporter.

    Example console output:

    sample.SampleTests.testMe FAILED
        AssertionError at mpplib2/src/commonTest/kotlin/sample/SampleTests.kt:9

    Inherits PlaceholderException in order to override a displayed exception-class name, e.g. kotlin.AssertionError instead of KotlinTestFailure