[
https://issues.apache.org/jira/browse/MRUNIT-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lukas Nalezenec updated MRUNIT-199:
-----------------------------------
Description: Both Context classes are mocked used Mockito but not all
behaviour is specified. By default, Mockito returns null for unspecified calls.
This is causing NPE. This change instructs Mockito to return Mocks, not nulls.
(was: Both Context classes are mocked used Mockito but not all behaviour is
specified. By default, Mockito returns null for unspecified calls. This is
causing NPE. This change instructs Mockito to return Mocks, not nuls.)
> Mapper.Context and Reducer.Context are not fully mocked
> -------------------------------------------------------
>
> Key: MRUNIT-199
> URL: https://issues.apache.org/jira/browse/MRUNIT-199
> Project: MRUnit
> Issue Type: Bug
> Affects Versions: 1.0.0
> Reporter: Lukas Nalezenec
> Assignee: Lukas Nalezenec
> Fix For: 1.1.0
>
> Attachments: 199.patch
>
>
> Both Context classes are mocked used Mockito but not all behaviour is
> specified. By default, Mockito returns null for unspecified calls. This is
> causing NPE. This change instructs Mockito to return Mocks, not nulls.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)