public void Process_Hash_Core_ProfileOverride(PerformanceProfiles profile) { TestInitialize(profile); ProcessTests.ProfileOverride(Wrapper, new DataValidatorHash(Wrapper.Engine)); }
public void Process_Hash_Core_CaseInsensitiveKeys(PerformanceProfiles profile) { TestInitialize(profile); ProcessTests.CaseInsensitiveEvidenceKeys(Wrapper, new DataValidatorHash(Wrapper.Engine)); }
public void Process_Hash_Core_NoUsefulHeaders(PerformanceProfiles profile) { TestInitialize(profile); ProcessTests.NoUsefulHeaders(Wrapper, new DataValidatorHash(Wrapper.Engine)); }
public void Process_Hash_Core_EmptyUserAgent(PerformanceProfiles profile) { TestInitialize(profile); ProcessTests.EmptyUserAgent(Wrapper, new DataValidatorHash(Wrapper.Engine)); }
public void Process_Hash_Core_MetaDataService_DefaultProfileIdForComponent(PerformanceProfiles profile) { TestInitialize(profile); ProcessTests.MetaDataService_DefaultProfileIdForComponent(Wrapper); }
public void Process_Hash_Core_DeviceId(PerformanceProfiles profile) { TestInitialize(profile); ProcessTests.DeviceId(Wrapper, new DataValidatorHash(Wrapper.Engine)); }