Inheritance: IVeilContext
Esempio n. 1
0
 public VeilEngineTests()
 {
     context = new TestVeilContext();
     engine  = new VeilEngine(context);
 }
Esempio n. 2
0
 public void SetUp()
 {
     context = new TestVeilContext();
     engine  = new VeilEngine(context);
 }
Esempio n. 3
0
 public void SetUp()
 {
     context = new TestVeilContext();
     engine = new VeilEngine(context);
 }