Errors in MAFTest

I've just tried to run a new test I've written (TDD!!) for a class I'm going to be adding, but found I have to comment out various bits in MAFTest before I can run any tests at all. These are: 1. In MockRequestBuilder the build() method invokes addParameters(parameters) on the MockHttpServletRequest. No such method exists in MockHttpServletRequest. 2. DeliveryContentCreationStrategyResolverTest imports the static com.google.common.base.Predicates.instanceOf; Intellij says it can't find this. Has anyone else had these problems, or know how to resolve them?