Inheritance: SelectPathByList
        public void SetUp()
        {
            selector = new SkipPathByList();

            selector.Dirs = new string[] { "/dir1" };
            selector.Paths = new string[] { "/dir2/file2", "/dir2/file3" };
        }
示例#2
0
        public void SetUp()
        {
            selector = new SkipPathByList();

            selector.Dirs  = new string[] { "/dir1" };
            selector.Paths = new string[] { "/dir2/file2", "/dir2/file3" };
        }