// Test Expectations
// =====================================================================
StylerIterator iterator = createStylerIterator(
stylerMock1, stylerMock2);
assertEquals("Action", IterationAction.BREAK,
iterator.iterate(iterateeMock));
}
/**
* Test that when the first iterator returns continue the iteration
* carries onto the next iterator.