Bugsense.WPF.tests.Given_Exception_is_thrown.Init C# (CSharp) 메소드

Init() 개인적인 메소드

private Init ( ) : void
리턴 void
        public void Init()
        {
            _uri = new Uri("http://api.example.com/v1/crash");
            _webRequestCreator = new FakeWebRequestCreator();
        }