Beispiel #1
0
 public void IsDefault_Test(MyCommon.TabUsageType tabType, bool expected)
 {
     Assert.Equal(expected, tabType.IsDefault());
 }