Packages

c

org.scalatest.propspec.FixtureAnyPropSpecLike

ResultOfPropertyInvocation

class ResultOfPropertyInvocation extends AnyRef

Source
FixtureAnyPropSpecLike.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResultOfPropertyInvocation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ResultOfPropertyInvocation(testName: String, testTags: Tag*)

Value Members

  1. def apply(testFun: () => Any)(implicit pos: Position): Unit
  2. def apply(testFun: (FixtureAnyPropSpecLike.FixtureParam) => Any)(implicit pos: Position): Unit