Пример #1
0
 public void FinalizarTestes()
 {
     this.NegFotografo = null;
     this.NegNoticia   = null;
     this.NegDiretor   = null;
     Console.WriteLine("Finalizando testes");
 }
 public void FinalizarTestes()
 {
     this.NegFotografo = null;
     this.NegNoticia = null;
     this.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" };
 }
Пример #4
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()
 {
     this.NegImagem = new Negocios.Imagem();
     this.NegFotografo = new Negocios.Fotografo();
 }
 public void FinalizarTestes()
 {
     this.NegImagem = null;
     this.NegFotografo = null;
     Console.WriteLine("Finalizando testes");
 }
Пример #7
0
 public void FinalizarTestes()
 {
     this.NegImagem    = null;
     this.NegFotografo = null;
     Console.WriteLine("Finalizando testes");
 }
Пример #8
0
 public void IniciarTestes()
 {
     this.NegImagem    = new Negocios.Imagem();
     this.NegFotografo = new Negocios.Fotografo();
 }