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