Modifier and Type | Method and Description |
---|---|
Multiplicity |
Expectation.getMultiplicity() |
Modifier and Type | Method and Description |
---|---|
void |
MultiplicityDescriber.describe(Multiplicity multiplicity)
Called when a multiplicity should be described.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiplicityDescriberImpl.describe(Multiplicity multiplicity) |
Modifier and Type | Method and Description |
---|---|
Multiplicity |
ExpectationImpl.getMultiplicity() |
Modifier and Type | Method and Description |
---|---|
void |
ExpectationImpl.setMultiplicity(Multiplicity multiplicity) |
Modifier and Type | Method and Description |
---|---|
ArgumentsModifier |
MultiplicityModifier.multiplicity(Multiplicity multiplicity) |
void |
ModifiableExpectation.setMultiplicity(Multiplicity multiplicity) |
Modifier and Type | Method and Description |
---|---|
ArgumentsModifier |
ExpectationModifierImpl.multiplicity(Multiplicity multiplicity) |
Modifier and Type | Class and Description |
---|---|
class |
MultiplicityFactory.LimitableMultiplicity
Extends the multiplicity with a to method, limiting the current multiplicitys max
matches.
|
Modifier and Type | Method and Description |
---|---|
Multiplicity |
MultiplicityFactory.atLeast(int min) |
Multiplicity |
MultiplicityFactory.atLeastOnce() |
Multiplicity |
MultiplicityFactory.atMost(int times)
Creates a constraint that can match up to a specified times 0..times
|
Multiplicity |
MultiplicityFactory.atMostOnce()
Creates a constraint that can match up to one times 0..*
|
Multiplicity |
MultiplicityFactory.exactly(int times) |
Multiplicity |
MultiplicityFactory.once() |
Multiplicity |
MultiplicityFactory.LimitableMultiplicity.to(int max)
Limits the maximum number of matches this multiplicity can make.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiplicityImpl
(c) Agical AB 2005
|
Copyright © 2005-2013 Agical AB. All Rights Reserved.