public void should_get_true_given_platform_is_MAC_and_browser_is_IE_and_resize_is_1() { var introduceVariable = new IntroduceExplainingVariableExample1(); Assert.True(introduceVariable.IsResizableIEInMac("MAC", "IE", 1)); }
public void should_get_false_given_platform_is_Windows_and_browser_is_Chrome_and_resize_is_0() { var introduceVariable = new IntroduceExplainingVariableExample1(); Assert.False(introduceVariable.IsResizableIEInMac("Windows", "Chrome", 0)); }