BugzillaInterface.SplatterCore.TestLoggedInStuff C# (CSharp) Method

TestLoggedInStuff() public method

public TestLoggedInStuff ( ) : void
return void
        public void TestLoggedInStuff()
        {
            Query q1 = Queries[0];
            //q1.TestStuff();
            q1.TestLoggedInStuff();
        }