Exemplo n.º 1
0
 public void TestConstructorArgumentNullException()
 {
     var dsmLogViewerApi = new DsmLogViewerApi(null);
 }
Exemplo n.º 2
0
 public override void MyTestInitialize()
 {
     base.MyTestInitialize();
     this.DsmLogViewerApi = new DsmLogViewerApi(this.DsmApiContext);
 }