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