コード例 #1
0
 public void Ctor_ThrowsArgumentGreater_Collection()
 {
     ExceptionAssert.ThrowsArgumentGreaterThanOrEqualTo(
         () => new TruncatedCollection <int>(source: new int[0], pageSize: 0), "pageSize", "1", "0");
 }