Exemplo n.º 1
0
            public void ReturnsAllStaticMethodsInheritedByGivenType()
            {
                var sut = new StaticMembers(typeof(TwiceDerivedType));

                IEnumerable <Method> methods = sut.Methods();

                VerifyMethodsOfTestType(methods);
            }