!2 The ''press'', ''enter'' and ''check'' methods need to exist and have the right types
!|fitlibrary.spec.SpecifyFixture|
|!-<table><tr><td>fit.ActionFixture</td></tr><tr><td>start</td><td>fit.specify.ActionFixtureUnderTest</td></tr><tr><td>enter</td><td>enterResult</td><td>a string</td></tr><tr><td>enter</td><td>enterMethodWithNoArgs</td><td>a string</td></tr><tr><td>enter</td><td>enterMethodWithTwoArgs</td><td>one</td><td>two</td></tr><tr><td>press</td><td>unknownMethod</td></tr><tr><td>check</td><td>intResultMethod</td><td>a string</td></tr></table>-!|
|!-<table><tr><td>fit.ActionFixture</td></tr><tr><td>start</td><td>fit.specify.ActionFixtureUnderTest</td></tr><tr><td class="error">enter<hr/> <span class="fit_label">Could not parse: a string, expected type: int.</span></td><td>enterResult</td><td>a string</td></tr><tr><td class="error">enter<hr/> <span class="fit_label">Could not find method: enterMethodWithNoArgs.</span></td><td>enterMethodWithNoArgs</td><td>a string</td></tr><tr><td class="error">enter<hr/> <span class="fit_label">Could not find method: enterMethodWithTwoArgs.</span></td><td>enterMethodWithTwoArgs</td><td>one</td><td>two</td></tr><tr><td class="error">press<hr/> <span class="fit_label">Could not find method: unknownMethod.</span></td><td>unknownMethod</td></tr><tr><td>check</td><td>intResultMethod</td><td class="error">a string<hr/> <span class="fit_label">Could not parse: a string, expected type: int.</span></td></tr></table>-!|
