scalacheck.Test

class Result

[source: scalacheck/Test.scala]

sealed abstract class Result
extends AnyRef
Test result
Direct Known Subclasses:
Test.Passed, Test.Failed, Test.Exhausted, Test.PropException, Test.GenException

Method Summary
def passed : Boolean
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def passed : Boolean