Inheritance: SelectPathByList
コード例 #1
0
        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" };
        }