コード例 #1
0
 public void GetTypeInputValue()
 {
     string[] arrStr = { "test", "test" };
     Assert.AreEqual(arrStr.GetType(), arrayProvider.GetTypeInputValue());
 }