org.specs.mock

class atMostNOf

[source: org/specs/mock/atMostNOf.scala]

case class atMostNOf(val n : Int)
extends inAnyOrder with scala.Product
Values and Variables inherited from inAnyOrder
repetition
Method Summary
override def hashCode : Int
override final def productArity : Int
override final def productElement (arg0 : Int) : Any
override final def productPrefix : java.lang.String
override def toString : java.lang.String
Methods inherited from scala.Product
scala.Product.element, scala.Product.arity
Methods inherited from inAnyOrder
constraints, consume
Methods inherited from ProtocolType
failures, expectedDefs, receivedMessages, equals
Methods inherited from AnyRef
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def hashCode : Int

override def toString : java.lang.String

override final def productPrefix : java.lang.String
Overrides
scala.Product.scala.Product.productPrefix

override final def productArity : Int
Overrides
scala.Product.scala.Product.productArity

override final def productElement(arg0 : Int) : Any
Overrides
scala.Product.scala.Product.productElement


Copyright (c) 2007-2008. All Rights Reserved.