Test Save and Recall Symbol

This test includes the Fitnesse save and recall symbol features, as well as the ? for getters.

Also notice that the path name for the fixture is not the same as the path name for the fixture in Fitnesse. The rename needs to be included in the FixtureRenames.txt file

fitnesse.fixtures.ColumnFixtureTestFixture
input=output?
1one
2two

At this point, the internal symbol table should have an integer 1 bound to "one" and an integer 2 bound to "two". Now we're going to retrieve them and check the results.

fitnesse.fixtures.ColumnFixtureTestFixture
input=output?
one1
two2

 

fit.Summary