Ejemplo n.º 1
0
 public void Panel_GetScrollState_Invoke_ReturnsExpected(int bit, bool expected)
 {
     using var control = new SubPanel();
     Assert.Equal(expected, control.GetScrollState(bit));
 }