public static void ExecuteInternal(ITestContext context) { if (null == context) { throw new ArgumentNullException("context"); } TestCommandHelper.Verify(AssertSomethingSelectedCommand.ExecuteInternal, context); }
public static void ExecuteInternal(ITestContext context) { if (null == context) { throw new ArgumentNullException("context"); } TestCommandHelper.Verify(AssertCookieNotPresentCommand.ExecuteInternal, context); }