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

im.yagni.driveby.Condition.scala Maven / Gradle / Ivy

The newest version!
package im.yagni.driveby

import browser.UnSafeBrowser

trait Condition {
  def expectation: String
  def isSatisfied(browser: UnSafeBrowser): Boolean
  def describeFailure(browser: UnSafeBrowser): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy