コード例 #1
0
 public void RandomValueProvider_GetSByte_should_return_sbyte()
 {
     Assert.IsInstanceOfType(_provider.GetSByte(), typeof(sbyte));
 }