Exemplo n.º 1
0
 public void Initialize()
 {
     _mocks = new MockRepository();
     _runtime = new EsapiRuntime();
     
     InitializeRuntime();
 }
        public EsapiRuntimeModule()
        {
            this._runtime = new EsapiRuntime();

            this._handlersLock = new object();
            this._handlerTypes = new HashSet<Type>();
        }
        public EsapiRuntimeModule()
        {
            _runtime = new EsapiRuntime();

            _handlersLock = new object();
            _handlerTypes = new HashSet <Type>();
        }