Skip to content

DifferencesToFit

jochenwierum edited this page Jul 28, 2012 · 2 revisions

Differences between FitGoodies and Fit

FitGoodies tries to be compatible to Fit. Just replace fit.*fixture with de.cologneintelligence.fitgoodies.*fixture. It is recommended to use one of FitGoodies' runners. fitgoodies.runners.AutoRunner is the most simple one, just start:

java fitgoodies.runners.AutoRunner input-file-or-dir output-file-or-dir [encoding]

with FitGoodies and Fit in your CLASSPATH.

#General improvements

See ColumnFixture, ActionFixture and RowFixture for special changes.

All Fixtures support CrossReferences, TypeAdapters, Parsers, TableParameters, SetUpTearDown and Row-/ColumnParameters. See the wiki pages for more examples.

Clone this wiki locally