コード例 #1
0
 public GroupsRequirementShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #2
0
 public AuthorizeAttributeShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #3
0
 public CustomDataRequirementShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #4
0
 public TestHttpClient(StandaloneTestFixture fixture)
     : base(CreateHandler())
 {
     BaseAddress = fixture.BaseUri;
 }
コード例 #5
0
 public GetClientShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #6
0
 public GetUserShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #7
0
 public GetApplicationShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #8
0
 public ContentNegotiationShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #9
0
 public LogoutRouteShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #10
0
 public GetConfigShould(StandaloneTestFixture fixture)
 {
     _fixture = fixture;
 }