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

im.mange.backdoor.expect.Verify.scala Maven / Gradle / Ivy

package im.mange.backdoor.expect

trait Expectation {
  def isVerified: Boolean
  def describeFailure: String
}

case class Verify(expectation: Expectation)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy