lucee.Componenttestbox.system.CollectionExpectation
Copyright Since 2005 TestBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- The CollectionExpectation CFC holds a collection and behaves like an expectation that automatically unrolls the collection to verify every element
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
actual
|
true
|
false
|
|
any
|
assert
|
true
|
false
|
|
any
|
spec
|
true
|
false
|
Constructor Summary | |
---|---|
init(any spec, any assertions, any collection)
|
Method Summary | |
---|---|
string
|
getActual()
|
string
|
getAssert()
|
string
|
getSpec()
|
any
|
onMissingMethod([string missingMethodName], [any missingMethodArguments])
|
any
|
setActual(any actual)
|
any
|
setAssert(any assert)
|
any
|
setSpec(any spec)
|
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
spec
assertions
collection
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyserializable
- trueMethod Detail |
---|
missingMethodName
missingMethodArguments
actual
assert
spec