AppEvents.Tests.FluentTests.Full_Test C# (CSharp) Méthode

Full_Test() private méthode

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