Posted By:
Alan_Grasgreen
Posted On:
Thursday, December 8, 2005 03:05 PM
In the documentation "JUnit Test Infected" the instance variables are prefaced with an "f". e.g.: Class Money includes fAmount which is an int. What does the "f" stand for; obviously not a float. It's not referring to the test fixture, is it? Thanks.