In FitNesse, can variables be defined in terms of other variables?

Posted by Dan Haywood on Stack Overflow See other posts from Stack Overflow or by Dan Haywood
Published on 2010-05-11T13:31:00Z Indexed on 2010/05/11 13:34 UTC
Read the original article Hit count: 221

Filed under:
|

In FitNesse, can variables be defined in terms of other variables?

I want to do the equivalent of:

    int a=3;
    int b=a;

To make this concrete, I have a variable defining the date:

    !define clock.date {2/2/2009}

I then want to define some other variable ${other.date} based on it, something like:

    !define other.date {=${clock.date}=}

However, this doesn't work. Is there any way to do this?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about fitnesse