public GroupsRequirementShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
Exemple #2
0
 public AuthorizeAttributeShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
Exemple #3
0
 public CustomDataRequirementShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
 public TestHttpClient(StandaloneTestFixture fixture)
     : base(CreateHandler())
 {
     BaseAddress = fixture.BaseUri;
 }
 public GetClientShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
Exemple #6
0
 public GetUserShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
Exemple #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;
 }