public void SetUp()
 {
     this.stream         = new MemoryStream();
     this.reader         = new StreamReader(this.stream);
     this.luaStoreWriter = new LuaStoreWriter(this.stream);
     this.luaStore       = new LuaStore();
 }
Esempio n. 2
0
 public void SetUp()
 {
     this.stream = new MemoryStream();
     this.reader = new StreamReader(this.stream);
     this.luaStoreWriter = new LuaStoreWriter(this.stream);
     this.luaStore = new LuaStore();
 }