Ejemplo n.º 1
0
 /** {@inheritDoc} */
 public MapAssert<K, V> hasSize(int expected) {
   maps.assertHasSize(info, actual, expected);
   return this;
 }