Example #1
0
 public static void BoostShouldBeDisabled(this TiPartToolbar toolbar)
 {
     Assert.IsFalse(toolbar.CanBoost, "Boost is not disabled.");
 }
Example #2
0
 public static void BoostShouldBeEnabled(this TiPartToolbar toolbar)
 {
     Assert.IsTrue(toolbar.CanBoost, "Boost is not enabled.");
 }