SieveContext dummyContext;
@SuppressWarnings("unchecked")
protected void setUp() throws Exception {
super.setUp();
mockAdapter = new ScriptCheckMailAdapter();
List<String> stringList = new ArrayList<String>();
stringList.add("Whatever");
List<Argument> argumentList = new ArrayList<Argument>();
argumentList.add(new StringListArgument(stringList));
dummyArguments = new Arguments(argumentList, new TestList(Collections.EMPTY_LIST));