Ejemplo n.º 1
0
        public virtual ITestObjectMap GetObjectMap()
        {
            if (_objMap == null)
            {
                ITestObjectPool pool = GetObjectPool();
                pool.SetTestPage(this);
                _objMap = new TestObjectMap(pool);
            }

            return(_objMap);
        }
Ejemplo n.º 2
0
        public virtual ITestObjectMap GetObjectMap()
        {
            if (_objMap == null)
            {
                ITestObjectPool pool = GetObjectPool();
                pool.SetTestPage(this);
                _objMap = new TestObjectMap(pool);
            }

            return _objMap;
        }