Exemplo n.º 1
0
        static int Main(string[] args)
        {
            var herald = new NullInformationHerald();
            var app    = new ShowOrStartApp(herald);

            return(app.Run(args));
        }
Exemplo n.º 2
0
 public ShowOrStartAppTest()
 {
     SUT = new ShowOrStartApp(MockHerald);
 }
Exemplo n.º 3
0
 public ShowOrStartAppTest()
 {
     SUT = new ShowOrStartApp(MockHerald);
 }
Exemplo n.º 4
0
 static int Main(string[] args)
 {
     var herald = new NullInformationHerald();
     var app = new ShowOrStartApp(herald);
     return app.Run(args);
 }