Exemplo n.º 1
0
        /***************************************************/

        private static TestResult TestResultFromPushedObject(IBHoMObject obj)
        {
            return(new TestResult
            {
                Description = $"Test object of type {obj.GetType().Name} with name {obj.Name}",
                ID = obj.Hash(null, true),
            });
        }