*/
@Test
public void test()
{
final TextSplitter textSplitter = mockery.mock(TextSplitter.class, "textSplitter");
final InlineActionExecutor executor = mockery.mock(InlineActionExecutor.class, "executor");
final TaskHandlerAction postCommentAction = mockery.mock(TaskHandlerAction.class, "postCommentAction");
final String inputString = " This is the text to be split and posted as multiple comments. ";
final String piece1 = "This is the text...";
final String piece2 = "...to be split and posted...";