Closed markmandel closed 13 years ago
It would be useful to be able to define a convert() / that is a conversion goal for any tests that are set up.
Maybe something like convert(*, "conversionName"), so that * is the wildcard flag.
convert(*, "conversionName")
Completed - Added convertAll() method to record a conversion for all registered tests.
It would be useful to be able to define a convert() / that is a conversion goal for any tests that are set up.
Maybe something like
convert(*, "conversionName")
, so that * is the wildcard flag.