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