public void Should_Update() { TechnicianReportAttachment technicianReportAttachment = new TechnicianReportAttachment(name, fileNetReferenceId, attachmentTypeId); technicianReportAttachment.Update("New Name"); technicianReportAttachment.ShouldNotBeNull(); }
public void Should_Construct_SupplierTenderQuantityTableItemJson() { TechnicianReportAttachment technicianReportAttachment = new TechnicianReportAttachment(name, fileNetReferenceId, attachmentTypeId); _ = new TechnicianReportAttachment(); technicianReportAttachment.ShouldNotBeNull(); }