Exemplo n.º 1
0
        public void Should_Construct_GovAgency()
        {
            GovAgency govAgency = new GovAgency(agencyCode, arabicName, agencyLogoReferenceId, isVro, categoryId, mobileNumber, vrOfficeCode);

            _ = new GovAgency();
            _ = govAgency.NameEnglish;
            _ = govAgency.IsDeleted;
            _ = govAgency.IsPrimary;
            _ = govAgency.IsUGP;
            _ = govAgency.RowVersion;
            _ = govAgency.Branches;
            _ = govAgency.Committees;
            _ = govAgency.Tenders;
            _ = govAgency.VROOfficeCodeRelated;

            govAgency.ShouldNotBeNull();
        }
Exemplo n.º 2
0
        public void Should_Construct_GovAgency_Second()
        {
            GovAgency govAgency = new GovAgency(agencyCode, arabicName, agencyLogoReferenceId, false, categoryId, mobileNumber, vrOfficeCode);

            govAgency.ShouldNotBeNull();
        }