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

scalaprops.TestExecutor.scala Maven / Gradle / Ivy

package scalaprops

import scala.concurrent.duration.Duration

abstract class TestExecutor {
  def execute[A](timeout: Duration)(f: => A): A
  def shutdown(): Unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy