Bugsense.WPF.tests.Given_Exception_is_thrown.Appver_is_set C# (CSharp) Method

Appver_is_set() private method

private Appver_is_set ( ) : void
return void
        public void Appver_is_set()
        {
            SendOrStore(new ArgumentException("message"));
            GetSentJson().Verify("application_environment.appver", "1.2.3.4");
        }