예제 #1
0
        // Returns list of workspaces matching test properties but does not create them
        public static Workspaces GetFilteredWorkspaces()
        {
            Workspaces workspaces = new Workspaces();

            workspaces.Filter(att => att.Standard);
            return(workspaces);
        }