NumberOfTimes

org.specs2.control.NumberOfTimes
See theNumberOfTimes companion object

Syntactic sugar to execute an action a given number of times

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NumberOfTimes.type

Members list

Implicits

Implicits

implicit def timesFor(n: Int): Times

This implicit definition allows to declare a number of times 3.times

This implicit definition allows to declare a number of times 3.times

Attributes