private TextWrapperCreator textWrapperCreator;
@Before
public void setup() throws SecurityException, IllegalArgumentException, NoSuchFieldException,
IllegalAccessException, MojoFailureException {
sortMojo = new SortMojo();
new ReflectionHelper(sortMojo).setField("lineSeparator", "\n");
new ReflectionHelper(sortMojo).setField("encoding", "UTF-8");
sortPomImpl = new ReflectionHelper(sortMojo).getField(SortPomImpl.class);
fileUtil = new ReflectionHelper(sortPomImpl).getField(FileUtil.class);