简体   繁体   中英

Create Fitnesse pages without using Camel-Case

I am currently migrating a huge amount of scripts to Fitnesse. I implemented a converter that takes the existing scripts XML and converts them to Fitnesse Files (eg content.txt). This is working correctly. However, I am still facing a problem with the names since they are not camel-case formatted (an example of a script name is the following: BANK_Tran_BankStmtLoad_Add). Most of the scripts have such names. It is possible to programatically remove the "_" but this won't work as well since we still have several consecutive capital letters. Is there a way to create new pages in Fitnesse without having to write the names in Camel-case.

Thanks in advance.

Looks like this is baked into FitNesse. I tried manually creating the FitNesse folders but no luck. You can run tests outside FitNesse with Folder Runner: http://fitsharp.github.com/Fit/FolderRunner.html or http://fitnesse.org/FitNesse.UserGuide.FitLibraryUserGuide.FolderRunner

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM