// ==================================================================
// Create expectations.
// ==================================================================
// Create an action which fakes the iteration.
MethodAction action = new OutputStylesIterateMethodAction() {
public void iterate(PseudoStylePathIteratee iteratee) {
iteratee.next(pseudoStylePathMock);
}
};
outputStylesMock.fuzzy.iterate(mockFactory.expectsInstanceOf(