/// <summary> /// Retrieves the class fixture. /// </summary> /// <returns></returns> protected IMvcFunctionalTestFixture GivenClassFixture() => GivenBootstrap(_fixture .HavingTestOutput(_output) .HavingSetup(f => GivenSetup(f)) .Build());