AppEvents.Tests.FluentTests.And_Not_Test C# (CSharp) Method

And_Not_Test() private method

private And_Not_Test ( ) : void
return void
        public void And_Not_Test()
        {
            //This is what I want, need to make it work now...
            AppEventsClient.New("testevent1").When("page1", 5).AndNot("page2", 2).Do((r) => EventFired(r));
        }