예제 #1
0
 public void GetLeapAmount_DefaultsTo0()
 {
     var field = new StubDateTimeField();
     Assert.AreEqual(0, field.GetLeapAmount(new LocalInstant(0)));
 }