Which of the following JUnit tests will fail?

assertNull(50-25-25);
  • assertFalse(!(true==!false));
  • assertEquals(-(-10-6),16);
  • assertTrue(!false);

There are no hints for this question