lundi 2 décembre 2019

NullPointerException with mockito 2

I get java.lang.NullPointerException with this following code:

@Mock
SomeClass retObj;

when(obj.getXXXX()).thenReturn(retObj);
// obj.getXXXX() shows null in other methods

It used to work fine in Mockito 1.

Aucun commentaire:

Enregistrer un commentaire