Skip to content

FeatureList

kiaresch.mussawisade edited this page Jul 6, 2012 · 3 revisions

FitGoodies features

Namespace Fixture Task
fitgoodies RowFixture, ActionFixture, ColumnFixture standard fixtures with improvements (see DifferencesToFit)
fitgoodies.adapters SetupFixture register TypeAdapters from HTML
fitgoodies.alias SetupFixture define aliases for fixtures
fitgoodies.date SetupFixture set custom formats and locales for reading dates and times
fitgoodies.file FileFixture search files for later use
fitgoodies.file CSVFileRecordFixture, FixedLengthFileRecordFixture, DelimiterFileRecordFixture inspect files content
fitgoodies.file XMLFileFixture inspect xml files with XPath-Expressions
fitgoodies.log4j SetupFixture, LogFixture check logging output of log4j (1)
fitgoodies.mail SetupFixture, MailFixture receive a mail with javamail and check its content (2)
fitgoodies.parsers SetupFixture register new Parsers at runtime
fitgoodies.references SetupFixture register new CrossReferenceProcessors at runtime
fitgoodies.runners RunFixture specify files and directory to build up a test-suite
fitgoodies.selenium SetupFixture setup usage of com.thoughtworks.selenium.HttpCommandProcessor-Api
fitgoodies.selenium SeleniumFixture usage of com.thoughtworks.selenium.HttpCommandProcessor-Api

(1) to use this, you need log4j in your CLASSPATH
(2) to use this, you need javamail in your CLASSPATH


Important classes by namespace

fitgoodies.util FixtureTools helper tools for new fixtures
fitgoodies.adapters AbstractTypeAdapter, TypeAdapterHelper build and register new TypeAdapters at runtime
fitgoodies.date SetupHelper setup and parse dates
fitgoodies.log4j LogHelper setup the log4j message capturing
fitgoodies.parsers Parser, ParserHelper build and register new Parsers
fitgoodies.references CrossReferenceHelper resolv CrossReferences or register new CrossReferenceProcessors
fitgoodies.references.processors AbstractCrossReferenceProcessor build new CrossReferences cross reference processors
fitgoodies.runners AutoRunner, DirectoryRunner, FileRunner run one or more test file
Clone this wiki locally