/// <summary>
 /// Initializes a new instance of the <see cref="SharedDeckTestHelper"/> class.
 /// </summary>
 public SharedDeckTestHelper()
 {
     stringKeyTestCollection     = PrepareTestListings.prepareStringKeyTestCollection();
     intKeyTestCollection        = PrepareTestListings.prepareIntKeyTestCollection();
     longKeyTestCollection       = PrepareTestListings.prepareLongKeyTestCollection();
     identifierKeyTestCollection = PrepareTestListings.prepareIdentifierKeyTestCollection();
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BaseCatalogTestHelper"/> class.
 /// </summary>
 public BaseCatalogTestHelper()
 {
     stringKeyTestCollection     = PrepareTestListings.prepareStringKeyTestCollection();
     intKeyTestCollection        = PrepareTestListings.prepareIntKeyTestCollection();
     longKeyTestCollection       = PrepareTestListings.prepareLongKeyTestCollection();
     identifierKeyTestCollection = PrepareTestListings.prepareIdentifierKeyTestCollection();
 }