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