コード例 #1
0
 public void Test_FindKey_EmptyArray()
 {
     Assert.AreEqual(-1, _searchProvider.FindKey(3, new int[] { }));
 }