|
specs 1.2.3 API
|
|
org/specs/mock/ProtocolTypes.scala]
trait
ProtocolTypes
extends AnyRefanyOf = inAnyOrder(exactlyN(0))
oneOf = inAnyOrder(exactlyN(1))
2.of = inAnyOrder(exactlyN(2))
3.atLeastOf = inAnyOrder(exactlyN(3))
3.inSequenceAtMostOf = inAnyOrder(exactlyN(3))| Method Summary | |
def
|
anyOf : inAnyOrder |
def
|
atLeastOneOf : inAnyOrder |
def
|
atMostOneOf : inAnyOrder |
implicit def
|
intToProtocolTypeBuilder (i : Int) : ProtocolTypeBuilder |
def
|
oneOf : inAnyOrder |
def
|
threeOf : inAnyOrder |
def
|
twoOf : inAnyOrder |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Class Summary | |
class
|
ProtocolTypeBuilder
(val i : Int) extends AnyRef
|
| Method Details |
def
oneOf : inAnyOrder
def
twoOf : inAnyOrder
def
threeOf : inAnyOrder
def
anyOf : inAnyOrder
def
atLeastOneOf : inAnyOrder
def
atMostOneOf : inAnyOrder
implicit
def
intToProtocolTypeBuilder(i : Int) : ProtocolTypeBuilder
|
specs 1.2.3 API
|
|