Exemplo n.º 1
0
    @Before
    @Override
    public void setup() throws Exception {
      super.setup();

      when(userDAO.findById("woo")).thenReturn(null);
    }
Exemplo n.º 2
0
    @Before
    @Override
    public void setup() throws Exception {
      super.setup();

      when(keySet.unlock(any(char[].class))).thenThrow(new CryptographicException("augh"));
    }
Exemplo n.º 3
0
 @Before
 @Override
 public void setup() throws Exception {
   super.setup();
 }