private DateAlteringClock clock;
private VariableSource variableSource = null;
@Before
public void setUp() throws Exception {
clock = new DateAlteringClock(new Date()).freeze();
FitNesseContext context = FitNesseUtil.makeTestContext();
WikiPage root = InMemoryPage.makeRoot("RooT");
CompositeExecutionLog log = new CompositeExecutionLog(root);
formatter = new SuiteHtmlFormatter(context, root, log) {
@Override