public void GetTest() { HelloController target = new HelloController(); Assert.Equal("Hello Mvc on Dnx!", target.Get()); }