FitNesse. UserGuide. FitLibraryUserGuide.
ImageFixture [add child]
ImageFixture just needs the names of the image files:

fitlibrary.specify.GridFixtureUnderTest

images for image fixture

The method imagesForImageFixture() in class GridFixtureUnderTest is as follows:


...
public Fixture imagesForImageFixture() {
return new ImageFixture(new String[][] {
{ "gameImages/wall.jpg",
"gameImages/space.jpg",
"gameImages/box.jpg",
"gameImages/space.jpg",
"gameImages/wall.jpg" }});
}