コード例 #1
0
 public void SetThreshold_ThresholdIsA_returnsA(int A)
 {
     uut.SetHeaterThreshold(A);
     Assert.That(uut.GetHeaterThreshold(), Is.EqualTo(A));
 }