public class WordCountPactValueITCase extends eu.stratosphere.test.recordJobTests.WordCountITCase {
@Override
protected Plan getTestJob() {
WordCountWithUserDefinedType wc = new WordCountWithUserDefinedType();
return wc.getScalaPlan(4, textPath, resultPath);
}