If a nullary action doesn't correspond to a method, we try accessing the property instead:
Specify
DoFixtureFlowUnderTest
boolean property
check
int property
2
DoFixtureFlowUnderTest
boolean property
check
int property
2
.NET: fields can also be accessed.
Specify
DoFixtureFlowUnderTest
check
int field
2
DoFixtureFlowUnderTest
check
int field
2
.NET: properties and fields can be set.
Specify
DoFixtureFlowUnderTest
set
int property
3
check
int property
3
set
int field
3
check
int field
3
DoFixtureFlowUnderTest
set
int property
3
check
int property
3
set
int field
3
check
int field
3
[
Front Page
] [
Recent Changes
]