Exemple #1
0
 public void FinalizarTestes()
 {
     this.NegFotografo = null;
     this.NegNoticia   = null;
     this.NegDiretor   = null;
     Console.WriteLine("Finalizando testes");
 }
 public void FinalizarTestes()
 {
     NegNoticia = null;
     NegUsuario = null;
     NegDiretor = null;
     Console.WriteLine("Finalizando testes");
 }
 public void FinalizarTestes()
 {
     this.NegFotografo = null;
     this.NegNoticia = null;
     this.NegDiretor = null;
     Console.WriteLine("Finalizando testes");
 }
 public void FinalizarTestes()
 {
     NegNoticia = null;
     NegUsuario = null;
     NegDiretor = null;
     Console.WriteLine("Finalizando testes");
 }
 public void IniciarTestes()
 {
     this.NegFotografo = new Negocios.Fotografo();
     this.NegNoticia = new Negocios.Noticia();
     this.NegDiretor = new Negocios.Diretor();
     Negocios.Singleton.IniciarSessao();
     Negocios.Singleton.UsuarioLogado = new Entidades.Usuario() { IdUsuario = 1, Login = "******", Senha = "senha" };
 }
        public void FinalizarTestes()
        {
            this.NegUsuario = null;
            this.NegGrupoTrabalho = null;
            this.NegDiretor = null;

            Console.WriteLine("Finalizando testes");
        }
Exemple #7
0
        public void FinalizarTestes()
        {
            this.NegUsuario       = null;
            this.NegGrupoTrabalho = null;
            this.NegDiretor       = null;

            Console.WriteLine("Finalizando testes");
        }
 public void IniciarTestes()
 {
     Negocios.Singleton.IniciarSessao();
     Negocios.Singleton.UsuarioLogado = new Entidades.Usuario() { IdUsuario = 1, Nome = "Bento" };
     NegNoticia = new Negocios.Noticia();
     NegUsuario = new Negocios.Usuario();
     NegDiretor = new Negocios.Diretor();
 }
Exemple #9
0
 public void IniciarTestes()
 {
     this.NegFotografo = new Negocios.Fotografo();
     this.NegNoticia   = new Negocios.Noticia();
     this.NegDiretor   = new Negocios.Diretor();
     Negocios.Singleton.IniciarSessao();
     Negocios.Singleton.UsuarioLogado = new Entidades.Usuario()
     {
         IdUsuario = 1, Login = "******", Senha = "senha"
     };
 }
 public void IniciarTestes()
 {
     Negocios.Singleton.IniciarSessao();
     Negocios.Singleton.UsuarioLogado = new Entidades.Usuario()
     {
         IdUsuario = 1, Nome = "Bento"
     };
     NegNoticia = new Negocios.Noticia();
     NegUsuario = new Negocios.Usuario();
     NegDiretor = new Negocios.Diretor();
 }
 public void IniciarTestes()
 {
     this.NegUsuario = new Negocios.Usuario();
     this.NegGrupoTrabalho = new Negocios.GrupoTrabalho();
     this.NegDiretor = new Negocios.Diretor();
 }
Exemple #12
0
 public void IniciarTestes()
 {
     this.NegUsuario       = new Negocios.Usuario();
     this.NegGrupoTrabalho = new Negocios.GrupoTrabalho();
     this.NegDiretor       = new Negocios.Diretor();
 }
 public void IniciarTestes()
 {
     this.NegDiretor = new Negocios.Diretor();
 }
 public void IniciarTestes()
 {
     this.NegDiretor = new Negocios.Diretor();
 }