org.jetbrains.spek.engine.SpekException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spek-junit-platform-engine Show documentation
Show all versions of spek-junit-platform-engine Show documentation
Spek TestEngine for the JUnit Platform
package org.jetbrains.spek.engine
/**
* @author Ranie Jade Ramiso
*/
class SpekException(message: String, cause: Throwable? = null): Throwable(message, cause)