-
Notifications
You must be signed in to change notification settings - Fork 2
DifferencesToFit
jochenwierum edited this page Jul 28, 2012
·
2 revisions
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.