public void WhenUserAddsCertificate()
 {
     Profile.AddCertification();
     Driver.TurnOnWait();
 }
Exemplo n.º 2
0
        public void WhenUserAddNewCertificateAnd(string Certificate, string CertificateFrom, string Year)
        {
            Profile CertificateObject = new Profile();

            CertificateObject.AddCertification(Certificate, CertificateFrom, Year);
        }