0

I am looking at using slim for my test of CSharp code.

And I am wondering if there exist a slim page summary table, that could contain a summary of the tests on a page. Much like the fit.summary text table, adds a summary for the fit test on a page.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
kfn
  • 620
  • 1
  • 7
  • 26

2 Answers2

0

Slim does not have a summary table.

Mike Stockdale
  • 5,256
  • 3
  • 29
  • 33
0

you can add comments to describe each test by using comment table

http://fitnesse.org/FitNesse.UserGuide.CommentTables

Aman
  • 224
  • 2
  • 4
  • 14