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