static int Main(string[] args) { var herald = new NullInformationHerald(); var app = new ShowOrStartApp(herald); return(app.Run(args)); }
public ShowOrStartAppTest() { SUT = new ShowOrStartApp(MockHerald); }
static int Main(string[] args) { var herald = new NullInformationHerald(); var app = new ShowOrStartApp(herald); return app.Run(args); }