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

org.specs2.mutable.BeforeAfter.scala Maven / Gradle / Ivy

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

trait BeforeAfter extends org.specs2.specification.BeforeAfter with DelayedInit {
  override def delayedInit(x: => Unit): Unit = try { before; x } finally { after }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy