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

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

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

import specification.{Example, DefaultExampleFactory, ExampleFactory}

trait ExamplesFactory extends specification.ExamplesFactory { this: FragmentsBuilder =>

  override implicit def exampleFactory: ExampleFactory = new MutableExampleFactory

  class MutableExampleFactory extends DefaultExampleFactory {
    override def newExample(e: Example): Example = addExample(e)
  }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy