コード例 #1
0
        public void Should_Update()
        {
            TechnicianReportAttachment technicianReportAttachment = new TechnicianReportAttachment(name, fileNetReferenceId, attachmentTypeId);

            technicianReportAttachment.Update("New Name");
            technicianReportAttachment.ShouldNotBeNull();
        }
コード例 #2
0
        public void Should_Construct_SupplierTenderQuantityTableItemJson()
        {
            TechnicianReportAttachment technicianReportAttachment = new TechnicianReportAttachment(name, fileNetReferenceId, attachmentTypeId);

            _ = new TechnicianReportAttachment();

            technicianReportAttachment.ShouldNotBeNull();
        }