When testing a column fixture, if the header row mentions a method that is not in the fixture, then the following message should appear in that cell:
Could not find method: methodName.
- Here is a fitnesse page that should generate the error
The !path must point to fitnesse.jar
ColumnFixtureTestFixture is a special class used for testing Column fixtures.
| Action fixture |
| start |
Page builder |
| enter |
attributes |
Test=true |
| enter |
line |
!path lib/*.jar
|
| enter |
line |
|Import| |
| enter |
line |
|fitnesse.fixtures| |
| enter |
line |
|
| enter |
line |
|Column fixture test fixture| |
| enter |
line |
|no such method()| |
| enter |
page |
ColumnFixtureTestPage |
| Response requester |
| uri |
contents? |
| ColumnFixtureTestPage |
|
| Response examiner |
| contents? |
|
| Response Requester |
| uri |
status? |
| ColumnFixtureTestPage?test |
200 |
- The error message should show up in the response
| Response examiner |
| type |
pattern |
matches? |
contents? |
| contents |
Could not find method: no such method() |
true |
|
Keyboard Shortcuts ?
General
-
t
Test page or suite
-
e
Edit page
-
v
View page (after test)
-
a
Add new page
Go To
-
g u
User Guide
-
g q
Quick Reference Guide
-
g f
Full Reference Guide
-
g c
Recent Changes
Edit Mode
-
CTRL+s
Save page
-
ESC
Cancel edit
Tools
-
p
Properties
-
w
Where used?
-
AK+v
Versions
-
AK+h
Page History
-
/
Focus on search bar
-
s
Open search page
Close