Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

-p 8090 is the port number with wiki will be available on

 


Info

This is the TDD(Java, C# and VB) home page for your knowledge base space within Confluence. Here you will find code samples, tips n tricks as well as short tutorials.

We outline a series of labs that are all TDD based.  It starts with two duplicate exercises one will be using JUnit the other fitnesse.  The purpose of the duplication is to clearly demonstrate TDD using something like fitnesse.

...


Creating a wiki page

Start fitnesse with the following command

...

Drawio
baseUrlhttps://celestialconsulting.atlassian.net/wiki
diagramNamefitnesse wiki intro
width531
pageId68059157
height141
revision1

 


  1. If the .wikipage entry refers to a page that doesn’t exist yet, it will be created once you save the current page and click question mark hyperlink the fitnesse wiki has created for you.
  2. Once you create the new wiki page, you can select Edit (top left of the wiki page) and begin to mark it up using the wiki commands
  3. Before a test a can be run from a page, you must enable the test feature of the page
    1. Select Tools/Properties
    2. On this page you will see numerous options, Under Page Type, select Test, then select Save Properties

...

 Sample fitnesse sript

Code Block
languagetext
!contents -R2 -g -p -f -h

!define TEST_SYSTEM {slim}

!path c:\\work\\software\\eclipse_jee\\string-manipulator\\target\\string-manipulator-0.0.1.jar

|import               |
|com.celestial.strings|

|String Additions                                   |
|Left Hand String|Right Hand String|Combined String?|
|Hello           |World            |!-HelloWorld-!  |


Filter by label (Content by label)
showLabelsfalse
max5
spacesDTJCV
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "tdd" , "kb-how-to-article" ) and type = "page" and space = "DTJCV"
labelstdd kb-how-to-article

Page Properties
hiddentrue


Related issues