Sha256: a28436e3048d2327b95355b21ca68f0c6c2fe4319fcdc2482cc34110a96af92a

Contents?: true

Size: 781 Bytes

Versions: 8

Compression:

Stored size: 781 Bytes

Contents

!1 Data types
 * For numerics, the Java format is used. e.g. Integer.parseInt() or Double,parseDouble() calls.
 * Boolean maps to the strings "true" and "false".
 * Dates convert in and out of a date format of the form dd-MMM-yyyy. (e.g. 10-Oct-1970)
 * Lists of strings are mapped to simple strings of the form ''[a, b, c]''.  Note the brackets and spaces.  This is the standard ''toString'' format for Java Lists.
 * Arrays of Booleans, Integers, Strings, and Doubles map to the form ''[x, y, z]''.
 * !see CustomTypes

!3 Maps.
The [[Hash Widget][<UserGuide.FitNesseWiki.MarkupLanguageReference.MarkupHashTable]] sends HTML as a string to the Slim Fixture.  Java_Slim and Ruby_Slim will both convert this HTML string into a Map<String,String> (or a hash in the case of Ruby).
  

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
xcfit-0.9.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/WritingAcceptanceTests/SliM/DataTypes/content.txt
xcfit-0.8.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/WritingAcceptanceTests/SliM/DataTypes/content.txt
xcfit-0.7.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/WritingAcceptanceTests/SliM/DataTypes/content.txt
xcfit-0.6.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/WritingAcceptanceTests/SliM/DataTypes/content.txt
xcfit-0.5.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/WritingAcceptanceTests/SliM/DataTypes/content.txt
xcfit-0.4.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/WritingAcceptanceTests/SliM/DataTypes/content.txt
xcfit-0.3.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/WritingAcceptanceTests/SliM/DataTypes/content.txt
xcfit-0.2.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/WritingAcceptanceTests/SliM/DataTypes/content.txt