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