Describe the bug
The code in page https://fitnesse.org/FitNesse/UserGuide/WritingAcceptanceTests/SliM/TableTable.html fail to compile because the following import is invalid:
import static fitnesse.util.ListUtility.*;
As indicated below, this import link is invalid:
To Reproduce
Steps to reproduce the behavior:
- Copy-n-paste the included code for the Bowling class in https://fitnesse.org/FitNesse/UserGuide/WritingAcceptanceTests/SliM/TableTable.html into a new file in MS VsCode
- As shown above, the compilation fails.
- Open up the reference for fitnesse-standalone.jar, and see that there is no import path for fitnesse.util.ListUtility.
- Also find no link for SLIM Bowling class in eg package in https://github.com/unclebob/fitnesse/tree/master/test/eg
Expected behavior
The Bowling class as quoted in the documentation should work out-of-box.
Screenshots
Sample Wiki Structure/content
Stack Trace
Configuration:
- OS: Windows 11
- Browser: MS VsCode
- Version20260313 of FitNesse
- Test System: Slim
- Plugins in use: N/A
Additional context
Describe the bug
The code in page https://fitnesse.org/FitNesse/UserGuide/WritingAcceptanceTests/SliM/TableTable.html fail to compile because the following import is invalid:
As indicated below, this import link is invalid:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Bowling class as quoted in the documentation should work out-of-box.
Screenshots
Sample Wiki Structure/content
Stack Trace
Configuration:
Additional context