You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fit (Framework for Integration Tests) http://fit.c2.com/ written by Ward Cunningham is a Java framework which enables you to write documents that can directly act as automated tests. Your expectations written in table form are checked against the outcome of your system under test.
FitGoodies is an extension library for Fit. It extends Fit by many features such as checking database tables, e-mail content and file content. FitGoodies is actually more than that.