예제 #1
0
 public LessThanOrEqualTests(DatabaseIntegrationTests @base)
 {
     _context = @base._context;
 }
예제 #2
0
 public StringTests(DatabaseIntegrationTests @base)
 {
     _context = @base._context;
 }
예제 #3
0
 public FluentSearchTests(DatabaseIntegrationTests @base)
 {
     _context = @base._context;
 }
예제 #4
0
 public ContainingAllTests(DatabaseIntegrationTests @base)
 {
     _context = @base._context;
 }
예제 #5
0
 public IsEqualTests(DatabaseIntegrationTests @base)
 {
     _context = @base._context;
 }
예제 #6
0
 public FluentLevenshteinTests(DatabaseIntegrationTests @base)
 {
     _context = @base._context;
 }
 public BetweenTests(DatabaseIntegrationTests @base)
 {
     _context = @base._context;
 }
 public SearchChildrenWithChainingTests(DatabaseIntegrationTests @base)
 {
     _context = @base._context;
 }
예제 #9
0
 public EndsWithTests(DatabaseIntegrationTests @base)
 {
     _context = @base._context;
 }
예제 #10
0
 public FluentRankedTests(DatabaseIntegrationTests @base)
 {
     _context = @base._context;
 }
예제 #11
0
 public GreaterThanTests(DatabaseIntegrationTests @base)
 {
     _context = @base._context;
 }
예제 #12
0
 public FluentSoundexTests(DatabaseIntegrationTests @base)
 {
     _context = @base._context;
 }
 public DateTimeSearchTests(DatabaseIntegrationTests @base)
 {
     _context = @base._context;
 }