-
Notifications
You must be signed in to change notification settings - Fork 2
ColumnFixture
jochenwierum edited this page Jul 9, 2012
·
2 revisions
The ColumnFixture behaves like the fit.ColumnFixture
. However, there are a few differences:
-
Support for question marks If a column title ends with
()
, it is handled as a method. Otherwise, it is a public field. FitGoodies supports one more suffix: the question mark. Question marks are an alias for()
and improve the reading:fitgoodies.ColumnFixture x y sum? 2 4 6 1 6 7 -
Support for TypeAdapters, Parsers etc.