| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |
case class exactlyNOf(val n : Int)
extends
inAnyOrder with Product
def this(n : Int)
|
| constraints |
def constraints
[details]
|
String | inAnyOrder |
| productArity |
override def productArity
|
Int | |
| productPrefix |
override def productPrefix
|
String | |
| repetition |
val repetition
|
CallConstraint | inAnyOrder |
| != |
final def !=(arg0 : Object)
|
Boolean | AnyRef |
| != |
final def !=(arg0 : Any)
|
Boolean | Any |
| == |
final def ==(arg0 : Any)
|
Boolean | Any |
| == |
final def ==(arg0 : Object)
|
Boolean | AnyRef |
| asInstanceOf |
final def asInstanceOf[T0]
|
T0 | Any |
| clone |
protected def clone
|
Object | AnyRef |
| consume |
def consume(exp : List[SpecifiedCall], rec : List[ReceivedCall])
Tries to match expected calls with received calls in any order
until the
repetition parameter is satisfiedBefore doing so, it sets the repetition number on expected calls, so that they know when to stop matching received calls (especially for atLeast and atMost constraints) [details]
|
(List[SpecifiedCall], List[ReceivedCall]) | inAnyOrder |
| eq |
final def eq(arg0 : Object)
|
Boolean | AnyRef |
| equals |
override def equals(other : Any)
|
Boolean | ProtocolType |
| expectedDefs |
def expectedDefs(expected : List[SpecifiedCall])
[details]
|
String | ProtocolType |
| failures |
def failures(expected : List[SpecifiedCall], received : List[ReceivedCall], exclusive : Boolean)
[details]
|
String | ProtocolType |
| finalize |
protected def finalize
|
Unit | AnyRef |
| getClass |
final def getClass
|
Class[Object] | AnyRef |
| hashCode |
override def hashCode
|
Int | |
| isInstanceOf |
final def isInstanceOf[T0]
|
Boolean | Any |
| ne |
final def ne(arg0 : Object)
|
Boolean | AnyRef |
| notify |
final def notify
|
Unit | AnyRef |
| notifyAll |
final def notifyAll
|
Unit | AnyRef |
| productElement |
override def productElement(arg0 : Int)
|
Any | |
| receivedMessages |
def receivedMessages(received : List[ReceivedCall])
[details]
|
String | ProtocolType |
| synchronized |
final def synchronized[T0](arg0 : T0)
|
T0 | AnyRef |
| toString |
override def toString
|
String | |
| wait |
final def wait(arg0 : Long, arg1 : Int)
|
Unit | AnyRef |
| wait |
final def wait
|
Unit | AnyRef |
| wait |
final def wait(arg0 : Long)
|
Unit | AnyRef |
| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |