Inheritance: SelectPathByList
Exemplo n.º 1
0
        public void SetUp()
        {
            selector = new SkipPathByList();

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

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