FragmentTaggedAs

org.specs2.specification.dsl.mutable.TagDsl.FragmentTaggedAs
implicit class FragmentTaggedAs(f: => Fragment)

This implicit allows to add tags and sections after the examples

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def section(tag: String): Fragment
def section(tag: NamedTag): Fragment
def tag(tag: String): Fragment
def tag(tag: NamedTag): Fragment