Packages

c

org.scalatest.fixture.PropSpecLike

ResultOfPropertyInvocation

class ResultOfPropertyInvocation extends AnyRef

Source
PropSpecLike.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. All

Instance Constructors

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

Value Members

  1. def apply(testFun: () ⇒ Any)(implicit pos: Position): Unit
  2. def apply(testFun: (PropSpecLike.FixtureParam) ⇒ Any)(implicit pos: Position): Unit