BlockExample1

class BlockExample1(d: String) extends BlockExample
class Object
trait Matchable
class Any

Value members

Concrete methods

def >>[R : AsResult](f: T => R): Fragment
def in[R : AsResult](f: T => R): Fragment

Inherited methods

def >>[R : AsResult](parser: StepParser[R]): Fragment
Inherited from:
BlockExample
def >>(execution: Execution): Fragment
Inherited from:
BlockExample
def >>[R](f: String => R)(implicit asExecution: AsExecution[R]): Fragment
Inherited from:
BlockExample
def >>[R : AsExecution](r: => R): Fragment
Inherited from:
BlockExample0
def >>(fs: => Fragments)(implicit p1: ImplicitParam1): Fragments
Inherited from:
BlockExample0
def >>(f: => Fragment): Fragment
Inherited from:
BlockExample0
def can(f: => Fragment): Fragment
Inherited from:
BlockExample0
def can(fs: => Fragments)(implicit p1: ImplicitParam1): Fragments
Inherited from:
BlockExample0
def in(execution: Execution): Fragment
Inherited from:
BlockExample
def in[R : AsResult](parser: StepParser[R]): Fragment
Inherited from:
BlockExample
def in(fs: => Fragments)(implicit p1: ImplicitParam1): Fragments
Inherited from:
BlockExample
def in(f: => Fragment): Fragment
Inherited from:
BlockExample
def in[R](f: String => R)(implicit ar: AsExecution[R]): Fragment
Inherited from:
BlockExample
def in[R : AsExecution](r: => R): Fragment
Inherited from:
BlockExample0
def should(fs: => Fragments)(implicit p1: ImplicitParam1): Fragments
Inherited from:
BlockExample0
Inherited from:
BlockExample0