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

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

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

import specification.{SpecificationStructure, Fragments, FragmentsFragment}

trait SpecificationInclusion extends org.specs2.specification.SpecificationInclusion { this: FragmentsBuilder =>
  override def include(f: Fragments): FragmentsFragment = super.include(addFragments(f.fragments))
  override def inline(specs: SpecificationStructure*): Fragments = addFragments(super.inline(specs:_*))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy