示例#1
0
        public static Multicase Deserialize(Reader reader, Path path = null, bool shouldNotify = false)
        {
            var multicase = new Multicase(path);

            multicase.ReplaceAll(reader, shouldNotify);
            return(multicase);
        }