public GroupsRequirementShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
Ejemplo n.º 2
0
 public AuthorizeAttributeShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
Ejemplo n.º 3
0
 public CustomDataRequirementShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
 public TestHttpClient(StandaloneTestFixture fixture)
     : base(CreateHandler())
 {
     BaseAddress = fixture.BaseUri;
 }
 public GetClientShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
Ejemplo n.º 6
0
 public GetUserShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
Ejemplo n.º 7
0
 public GetApplicationShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
 public ContentNegotiationShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
 public LogoutRouteShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
 public GetConfigShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }