Example #1
0
 public void Process_Hash_Core_ProfileOverride(PerformanceProfiles profile)
 {
     TestInitialize(profile);
     ProcessTests.ProfileOverride(Wrapper, new DataValidatorHash(Wrapper.Engine));
 }
Example #2
0
 public void Process_Hash_Core_CaseInsensitiveKeys(PerformanceProfiles profile)
 {
     TestInitialize(profile);
     ProcessTests.CaseInsensitiveEvidenceKeys(Wrapper, new DataValidatorHash(Wrapper.Engine));
 }
Example #3
0
 public void Process_Hash_Core_NoUsefulHeaders(PerformanceProfiles profile)
 {
     TestInitialize(profile);
     ProcessTests.NoUsefulHeaders(Wrapper, new DataValidatorHash(Wrapper.Engine));
 }
Example #4
0
 public void Process_Hash_Core_EmptyUserAgent(PerformanceProfiles profile)
 {
     TestInitialize(profile);
     ProcessTests.EmptyUserAgent(Wrapper, new DataValidatorHash(Wrapper.Engine));
 }
Example #5
0
 public void Process_Hash_Core_MetaDataService_DefaultProfileIdForComponent(PerformanceProfiles profile)
 {
     TestInitialize(profile);
     ProcessTests.MetaDataService_DefaultProfileIdForComponent(Wrapper);
 }
Example #6
0
 public void Process_Hash_Core_DeviceId(PerformanceProfiles profile)
 {
     TestInitialize(profile);
     ProcessTests.DeviceId(Wrapper, new DataValidatorHash(Wrapper.Engine));
 }