Beispiel #1
0
 public void TestConstructorArgumentNullException()
 {
     var dsmIScsiApi = new DsmIScsiApi(null);
 }
Beispiel #2
0
 public override void MyTestInitialize()
 {
     base.MyTestInitialize();
     this.DsmIScsiApi = new DsmIScsiApi(this.DsmApiContext);
 }