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

sbt.protocol.testing.TestResult.scala Maven / Gradle / Ivy

The newest version!
/**
 * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
 */

// DO NOT EDIT MANUALLY
package sbt.protocol.testing
/** Testing result */
sealed abstract class TestResult extends Serializable
object TestResult {
  
  
  case object Passed extends TestResult
  case object Failed extends TestResult
  case object Error extends TestResult
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy