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:
Graceful Name | Fixture Name | Method Name |
slim test | SlimTest | slimTest |
login user. | LoginUser | loginUser |
Open connection and add user. | OpenConnectionAndAddUser | openConnectionAndAddUser |
In some cases, fixture names and method names do not follow this convention. For this reason FitNesse will also try the following names:
Graceful Name | Fixture Name | Method Name |
slim test | slimTest | SlimTest |
login user. | loginUser | LoginUser |
Open connection and add user. | openConnectionAndAddUser | OpenConnectionAndAddUser |
Keyboard Shortcuts ?
General
- t Test page or suite
- e Edit page
- v View page (after test)
- a Add new page
Go To
- g u User Guide
- g q Quick Reference Guide
- g f Full Reference Guide
- g c Recent Changes
Edit Mode
- CTRL+s Save page
- ESC Cancel edit
Tools
- p Properties
- w Where used?
- AK+v Versions
- AK+h Page History
- / Focus on search bar
- s Open search page