Ejemplo n.º 1
0
        public void WhenPreenchoCampoUsuario(string arg)
        {
            bool result = pageAction.PreencherUsuario(arg);

            Assert.Multiple(() =>
            {
                Assert.That(result, Is.True, "Erro ao preencher usuário e senha!");
            });
        }