Fitnesse - Variable

Fitnesse Architecture

About

variable in Fitnesse

Management

Definition

  • In a page
!define name {value} 
!define name (value)
!define name [value] 

Usage

${name}

Scope

If you define the variable in the root page, they will be availble globally.

Example:

#!***> Classpath

!path ${java.class.path}
!define TEST_SYSTEM {slim}
!define COLLAPSE_SETUP {true}
!define COLLAPSE_TEARDOWN {true}

#*!

Documentation / Reference





Discover More
Fitnesse Architecture
Fitnesse - ClassPath

in Fitnesse Because Fitnesse variable are also Java proeprty, you can show the classpath everywhere with this code Fitnesse build its own internal class path recursively in the tree by concatenating...



Share this page:
Follow us:
Task Runner