Skip to content

Fitnesse basic example to implement fixture and test table

Notifications You must be signed in to change notification settings

pratham87/FitnesseSimpleExample

Repository files navigation

FitnesseSimpleExample

Simple Calculator example and fitnesse tests using slim. ./src/main/java/cal/test/Calculator.java : System Under Test (SUT) ./src/main/java/cal/test/CalculatorFixture.java : Fitnesse Fixture

Fitnesse test cases are included in: ./FitNesseRoot/CalculatorTest/BasicTests/content.txt: Fitnesse Tests

Instructions:

  1. Run java -jar fitnesse-standalone.jar -p 8080
  2. Go to http://localhost:8080/
  3. Provide the right classpath in the test page (web page)
  4. Hit Test

About

Fitnesse basic example to implement fixture and test table

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages