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

work.martins.simon.expect.dsl.package.scala Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
package work.martins.simon.expect

package object dsl {
  //Useful conversion to use in returningExpect actions, which are waiting to receive a core.Expect
  implicit def dslExpectToCoreExpect[R](expect: Expect[R]): core.Expect[R] = expect.toCore
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy