public void FinalizarTestes()
 {
     this.NegNoticia  = null;
     this.NegUsuario  = null;
     this.NegReporter = null;
     Console.WriteLine("Finalizando testes");
 }
 public void FinalizarTestes()
 {
     this.NegNoticia = null;
     this.NegUsuario = null;
     this.NegReporter = null;
     Console.WriteLine("Finalizando testes");
 }
 public void IniciarTestes()
 {
     Negocios.Singleton.IniciarSessao();
     Negocios.Singleton.UsuarioLogado = new Entidades.Usuario() { IdUsuario = 1, Nome = "Bento", Senha = "senha" };
     this.NegUsuario = new Negocios.Usuario();
     this.NegUsuario.CarregarPermissoes();
     this.NegNoticia = new Negocios.Noticia();
     this.NegReporter = new Negocios.Reporter();
 }
 public void IniciarTestes()
 {
     NegReporter = new Negocios.Reporter();
     NegImagem   = new Negocios.Imagem();
     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", Senha = "senha"
     };
     this.NegUsuario = new Negocios.Usuario();
     this.NegUsuario.CarregarPermissoes();
     this.NegNoticia  = new Negocios.Noticia();
     this.NegReporter = new Negocios.Reporter();
 }
 public void FinalizarTestes()
 {
     this.NegReporter = null;
     this.NegImagem   = null;
     Console.WriteLine("Finalizando testes");
 }
 public void IniciarTestes()
 {
     NegReporter = new Negocios.Reporter();
     NegImagem = new Negocios.Imagem();
     Negocios.Singleton.UsuarioLogado = new Entidades.Usuario() { IdUsuario = 1, Login = "******", Senha = "senha" };
 }
 public void FinalizarTestes()
 {
     this.NegReporter = null;
     this.NegImagem = null;
     Console.WriteLine("Finalizando testes");
 }