Search code examples
fitnesse

Fitnesse Compare Statement


Is this possible to compare two strings in fitness:

!define Str {ABC}

that

${= ${Str} == ABC =}

will return true.


Solution

  • No, the equality operator is not supported in FitNesse expressions.