SmartMonkey.CacheMonkey.CacheMonkey C# (CSharp) Method

CacheMonkey() public method

public CacheMonkey ( ) : System
return System
        public CacheMonkey()
            : base()
        {
            this.JumpStyle = (test) =>
            {
                var urls = test.ScratchLevel1(test);
                if (test.ScratchLevel2 != null)
                {
                    this.InitiateCacheMonkey(test, urls);
                }
                else if (test.ScratchLevel1 != null)
                {
                    this.InitiateHitMonkey(test, urls);
                }
            };
        }