super.setUp();
newVersionsProcessor = new NewVersionsOfArtifactRssFeedProcessor();
artifactDAOStub = new ArtifactDAOStub();
rssFeedGenerator = new RssFeedGenerator();
newVersionsProcessor.setGenerator( rssFeedGenerator );
newVersionsProcessor.setArtifactDAO( artifactDAOStub );
}