public void MissingWebConfig_ShouldThrowFileNotFoundException() { var engine = new DefaultEngine(); Assert.Throws <FileNotFoundException>( () => engine.Start() ); }