Table of Contents
descriptorAsCellMapper ( ob )
titleAsMethodName ( text )
Convert a string like "Spam the Sprocket" to "spamTheSprocket"
"Spam the Sprocket"
"spamTheSprocket"
titleAsPropertyName ( text )
Convert a string like "Test Widget" to "Test.Widget"
"Test Widget"
"Test.Widget"
AbstractProcessor
Processor that just iterates over table contents, doing nothing
ActionChecker
Test a domain object using a "script" of actions
CallableAsCellMapper
Cell mapping support for methods
DocumentProcessor
The default document processor, used to process a test document
FeatureAsCellMapper
Cell mapping support for model.IFeature descriptors
model.IFeature
FunctionChecker
Verify return values from a function called with keyword arguments
ItemCell
Treat mapping key as a cell mapper
MethodChecker
Perform tests by mapping columns to methods of the checker
ModelChecker
Test a domain object by getting/setting attributes or invoking methods
PropertyAsCellMapper
Cell mapping support for property and other data descriptors
property
RecordChecker
Verify that table contents match a computed recordset
RollbackProcessor
Process document as a transaction, rolling it back at the end
SQLChecker
Check records from a database
Summary
Add rows to a table summarizing the test results so far