chris clarke
software development that works…or something
Using an SVN client with Team Foundation Server
November 16, 2007 on 6:52 pm | In Continuous Integration, Tools n Stuff | No CommentsTim Goodwin blogs about SvnBridge. Its a tool for being able to use Subversion clients with Team Foundation Server. I quite like the idea of creating good interfaces to bad systems, however it would be much easier if people stopped making bad systems.
Mocking Concrete Classes in JMock 2
November 15, 2007 on 10:44 am | In Tools n Stuff, Testing, Java | No CommentsIn JMock 1 you extended the cglib version of MockObjectTestCase but in JMock 2 its different. You need to change the Imposteriser used by the Mockery:
Mockery context = new Mockery();
context.setImposteriser(ClassImposteriser.INSTANCE);
Powered by Cheese.
RSS Entries Feed.
RSS Comments Feed
^Top^