org.junit.TestCouldNotBeSkippedException.scala Maven / Gradle / Ivy
The newest version!
/*
* Ported from https://github.com/junit-team/junit
*/
package org.junit
class TestCouldNotBeSkippedException(
val cause: org.junit.internal.AssumptionViolatedException
) extends RuntimeException(
"Test could not be skipped due to other failures",
cause
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy