System.Diagnostics.Tests.EmptyAttributeTests.Ctor_Default_DoesNotThrow C# (CSharp) Method

Ctor_Default_DoesNotThrow() private method

private Ctor_Default_DoesNotThrow ( ) : void
return void
        public void Ctor_Default_DoesNotThrow()
        {
            new DebuggerStepperBoundaryAttribute();
            new DebuggerHiddenAttribute();
            new DebuggerNonUserCodeAttribute();
            new DebuggerStepThroughAttribute();
        }
    }
EmptyAttributeTests