コード例 #1
0
ファイル: UtRole.cs プロジェクト: tod2garner/StorySkeleton
 public void AreMinAndMaxMet_NullLimits_ZeroParticipants_IsTrue()
 {
     Assert.IsTrue(theRole.AreMinAndMaxMet());
 }