Catel.Test.Reflection.ReflectionExtensionsFacts.TheGetSafeFullNameMethod.ReturnsFullName C# (CSharp) Method

ReturnsFullName() private method

private ReturnsFullName ( Type type, bool includeAssembly, string expected ) : void
type System.Type
includeAssembly bool
expected string
return void
            public void ReturnsFullName(Type type, bool includeAssembly, string expected)
            {
                
            }
        }
ReflectionExtensionsFacts.TheGetSafeFullNameMethod