Catel.Test.Reflection.ReflectionExtensionsFacts.TheImplementsInterfaceExMethod.ReturnsTrueForTypeDirectImplementingInterface C# (CSharp) Method

ReturnsTrueForTypeDirectImplementingInterface() private method

private ReturnsTrueForTypeDirectImplementingInterface ( ) : void
return void
            public void ReturnsTrueForTypeDirectImplementingInterface()
            {
                var type = typeof(A);

                Assert.IsTrue(type.ImplementsInterfaceEx<ISomeInterface>());
            }