コード例 #1
0
ファイル: AList1_tests.cs プロジェクト: kenobit/Valtech_tasks
 public void AList1_Min_Index_error()
 {
     Assert.AreEqual(7, aList1.MinIndex());
 }