Tests.NoticeComponentsCreation.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return void
        public void SetUp()
        {
            this.config = new AirbrakeConfiguration
            {
                ApiKey = "123456",
                EnvironmentName = "test"
            };
            this.builder = new AirbrakeNoticeBuilder(this.config);
        }