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