コード例 #1
0
 public WordTests(IdentityServerAuthenticationHostFixture hostFixture)
     : base(hostFixture)
 {
 }
コード例 #2
0
 public HexadecimalTests(IdentityServerAuthenticationHostFixture hostFixture)
     : base(hostFixture)
 {
 }
コード例 #3
0
ファイル: BooleansTests.cs プロジェクト: Marsellus47/Fake.API
 public BooleansTests(IdentityServerAuthenticationHostFixture hostFixture)
     : base(hostFixture)
 {
 }
コード例 #4
0
 protected RandomTestsBase(IdentityServerAuthenticationHostFixture hostFixture)
     : base(hostFixture)
 {
 }
コード例 #5
0
 public PartialUpdateTests(IdentityServerAuthenticationHostFixture hostFixture)
     : base(hostFixture)
 {
 }
コード例 #6
0
 public EnumerationElementsTests(IdentityServerAuthenticationHostFixture hostFixture)
     : base(hostFixture)
 {
 }
コード例 #7
0
ファイル: IntegersTests.cs プロジェクト: Marsellus47/Fake.API
 public IntegersTests(IdentityServerAuthenticationHostFixture hostFixture)
     : base(hostFixture)
 {
 }
コード例 #8
0
ファイル: StringsTests.cs プロジェクト: Marsellus47/Fake.API
 public StringsTests(IdentityServerAuthenticationHostFixture hostFixture)
     : base(hostFixture)
 {
 }
コード例 #9
0
 public AlphaNumericsTests(IdentityServerAuthenticationHostFixture hostFixture)
     : base(hostFixture)
 {
 }
コード例 #10
0
ファイル: LocalesTests.cs プロジェクト: Marsellus47/Fake.API
 public LocalesTests(IdentityServerAuthenticationHostFixture hostFixture)
     : base(hostFixture)
 {
 }
コード例 #11
0
 protected GraphQLTestsBase(IdentityServerAuthenticationHostFixture hostFixture)
 {
     _hostFixture = hostFixture;
 }
コード例 #12
0
ファイル: ShuffleTests.cs プロジェクト: Marsellus47/Fake.API
 public ShuffleTests(IdentityServerAuthenticationHostFixture hostFixture)
     : base(hostFixture)
 {
 }