public void HaveLatestPatchDataLink() { var factAttr = new GenericFactAttribute(TestCondition.DATALINKCURRENTPATCH, true); Assert.NotNull(factAttr); }
public void HaveLatestPatchRTQPEngine() { var factAttr = new GenericFactAttribute(TestCondition.RTQPCURRENTPATCH, true); Assert.NotNull(factAttr); }
public void HaveLatestPatchSqlClientODBC() { var factAttr = new GenericFactAttribute(TestCondition.PISQLODBCCURRENTPATCH, true); Assert.NotNull(factAttr); }
public void HaveLatestPatchNotifications() { var factAttr = new GenericFactAttribute(TestCondition.NOTIFICATIONSCURRENTPATCH, true); Assert.NotNull(factAttr); }
public void HaveLatestPatchDataArchive() { var factAttr = new GenericFactAttribute(TestCondition.PIDACURRENTPATCH, true); Assert.NotNull(factAttr); }
public void HaveLatestPatchManualLoggerWeb() { var factAttr = new GenericFactAttribute(TestCondition.MANUALLOGGERWEBCURRENTPATCH, true); Assert.NotNull(factAttr); }
public void HaveLatestPatchVision3() { var factAttr = new GenericFactAttribute(TestCondition.PIVISIONCURRENTPATCH, true); Assert.NotNull(factAttr); }
public void HaveLatestPatchWebAPI() { var factAttr = new GenericFactAttribute(TestCondition.PIWEBAPICURRENTPATCH, true); Assert.NotNull(factAttr); }