diff --git a/FitNesseRoot/FitNesse/UserGuide/WritingAcceptanceTests/SliM/GracefulNames/content.txt b/FitNesseRoot/FitNesse/UserGuide/WritingAcceptanceTests/SliM/GracefulNames/content.txt index bcad79aff4..a4e3846a02 100644 --- a/FitNesseRoot/FitNesse/UserGuide/WritingAcceptanceTests/SliM/GracefulNames/content.txt +++ b/FitNesseRoot/FitNesse/UserGuide/WritingAcceptanceTests/SliM/GracefulNames/content.txt @@ -1,15 +1,29 @@ -The names of fixtures, methods, inputs, and outputs can be expressed in two forms. They can match their corresponding names in the fixture classes, or they can be ''graceful''. +The names of fixtures, methods, inputs, and outputs can be expressed in two forms. +They can match their corresponding names in the fixture classes, or they can be ''graceful''. -A ''graceful name'' looks like it is written in human language rather than computer language. It has spaces that separate the words and may have a period at the end. Slim will convert ''graceful names'' into the names of the classes and methods they refer to. So for example: +A ''graceful name'' looks like it is written in human language rather than computer language. It has spaces that separate the words and may have a period at the end.This is a strategy and the exact implementation depends on the type of table being executed. It is better when you define output methods with 'graceful names' to put a ? in the end of the name in order to be specified that it is an output method and not input (set method). +For example, in the case of a [[Query Table][