Esempio n. 1
0
 public void TestGetBool()
 {
     Assert.Equal(true, api.GetBool());
 }
Esempio n. 2
0
 public void TestGetBool()
 {
     Assert.True(api.GetBool());
 }