Пример #1
0
 /** {@inheritDoc} */
 public LongAssert isNotNegative() {
   longs.assertIsNotNegative(info, actual);
   return this;
 }