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

org.specs2.execute.Isolable.scala Maven / Gradle / Ivy

There is a newer version: 3.7
Show newest version
package org.specs2
package execute

/**
 * This trait models elements which can be executed in a brand new context with new local variables
 * It is used to execute examples in a new specification when needed
 */
trait Isolable {
  def isolable: Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy