2 Replies Latest reply on Jun 20, 2008 10:12 AM by clebert.suconic

    EasyMock / beNiceOnProperties

    clebert.suconic

      I have created a method on this test I'm working on (MeassingServerManagementImplTest::beNiceOnProperties), that if you guys don't think it is a stupidity I could put it on the super class UnitTestCase.

      The idea is, on regular mocks (Which I think we should be using most of the time, unles I'm mistaken), you could ignore any calls to read methods such as getId, this way tracing or minor refactorings would not affect the test.


      But I wanted to pass that by you guys first.