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