Baseline.Testing.Expressions.LambdaBuilderTests.can_get_the_Enum_GetName_method C# (CSharp) Method

can_get_the_Enum_GetName_method() private method

private can_get_the_Enum_GetName_method ( ) : void
return void
        public void can_get_the_Enum_GetName_method()
        {
            typeof(Enum).GetMethod(nameof(Enum.GetName), BindingFlags.Static | BindingFlags.Public).ShouldNotBeNull();
        }