/// <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(); }
/// <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(); }