This is a (Turbo) Pascal port of the Gilded-Rose-Kata.
- Compile the unit
ROSE.PAS
, this is the Gilded Rose Logic. - Compile the application
TEXTTEST.PAS
for the Texttest fixture. - Run
TEXTTEST
.
TPUNIT.PAS
is a minimalist implementation of xUnit in Pascal style.
There are several assertions available, e.g. AssertEquals
, AssertEqualsStr
, AssertTrue
etc.
It needs Far Calls enabled in compiler options.
- First compile the unit
TPUNIT.PAS
. - Then compile application
ROSE_T.PAS
. - Run
ROSE_T
to run the tests.