You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2009/10/01 18:31:23 UTC

[jira] Created: (MAPREDUCE-1050) Introduce a mock object testing framework

Introduce a mock object testing framework
-----------------------------------------

                 Key: MAPREDUCE-1050
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1050
             Project: Hadoop Map/Reduce
          Issue Type: Test
          Components: test
            Reporter: Tom White
            Assignee: Tom White


Using mock objects in unit tests can improve code quality (see e.g. http://www.mockobjects.com/). Hadoop would benefit from having a mock object framework for developers to write unit tests with. Doing so will allow a wider range of failure conditions to be tested and the tests will run faster.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.