FitNesse. SuiteAcceptanceTests. SuiteFixtureTests. SuiteGeneralFixtureSpec.
TestNoDefaultConstructor

When testing a table, if the first cell of the table refers to a fixture class without a default (no argument) constructor, then the following message should appear in that cell:

Class fixtureName has no default constructor.


The !path must point to fitnesse.jar
NoDefaultConstructorFixture is a real class, but is not a Fixture
Action fixture
start Page builder
enter attributes Test=true
enter line !path ./classes
enter line !path ./fitnesse.jar
enter line |!-fitnesse.fixtures.NoDefaultConstructorFixture-!|
enter page NotFixturePage

Response Requester
uri status?
NotFixturePage?test 200


Response examiner
type pattern matches? contents?
contents Class fitnesse.fixtures.NoDefaultConstructorFixture has no default constructor. true  


.FrontPage .RecentChanges .FitNesse.SuiteAcceptanceTests