Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/CS/TreeListDemo.Wpf/DemoTesting/ |
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/WPF/CS/TreeListDemo.Wpf/DemoTesting/Fixtures.cs |
using DevExpress.Xpf.DemoBase.DemoTesting; using System; using DevExpress.Xpf.Core.Native; namespace TreeListDemo.Tests { public class TreeListCheckAllDemosFixture : CheckAllDemosFixture { Type[] skipMemoryLeaksCheckModules = new Type[] { typeof(EndUserCustomization), }; protected override bool CheckMemoryLeaks(Type moduleTyle) { return !EnumeratorHelper.Exists<Type>(skipMemoryLeaksCheckModules, moduleTyle); } } }