All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.junit.runners.BlockJUnit4ClassRunner.scala Maven / Gradle / Ivy

package org.junit.runners

import org.junit.runners.model.FrameworkMethod

/* In the Scala.js JUnit framework (com.novocode.junit.JUnitFramework) there
 * is a custom runner that executes the tests. Therefore the implementation of
 * the original runner is not used. But we still want to be able the compile a
 * class that explicitly specifies the default runner using @RunWith(JUnit4).
 * For this we need only a dummy implementation because we just need to
 * identify the runner using classOf[...].
 */
class BlockJUnit4ClassRunner(testClass: Class[_]) extends ParentRunner[FrameworkMethod](testClass)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy