Skip to content

The code for TableTable documentation is obsolete #1613

Description

@Chengpu0707

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:

Image

To Reproduce
Steps to reproduce the behavior:

  1. 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
  2. As shown above, the compilation fails.
  3. Open up the reference for fitnesse-standalone.jar, and see that there is no import path for fitnesse.util.ListUtility.
  4. 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

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions