public void TestConstructorArgumentNullException() { var dsmInformationApi = new DsmInformationApi(null); }
public override void MyTestInitialize() { base.MyTestInitialize(); this.DsmInformationApi = new DsmInformationApi(this.DsmApiContext); }