public interface SpecificationMultiplicity<T>
Modifier and Type | Method and Description |
---|---|
T |
allowed() |
T |
expectedExactGotTooFew(int exactly,
int valueCount) |
T |
expectedExactGotTooMany(int exactly,
int valueCount) |
T |
expectedMaximumGotTooMany(int maximum,
int valueCount) |
T |
expectedMinimumGotTooFew(int minimum,
int valueCount) |
T |
expectedNoneGotSome() |
T |
expectedOneGotNone() |
T |
expectedOneGotSome() |
T expectedNoneGotSome()
T expectedOneGotNone()
T expectedOneGotSome()
T expectedExactGotTooFew(int exactly, int valueCount)
T expectedExactGotTooMany(int exactly, int valueCount)
T expectedMinimumGotTooFew(int minimum, int valueCount)
T expectedMaximumGotTooMany(int maximum, int valueCount)
T allowed()
Copyright © 2006-2013 lexicalscope. All Rights Reserved.