public void UpdateSolution_CancelTest()
 {
     IServiceProvider serviceProvider = this.PrepareServiceProvider();
     UpdateSolutionListener_Accessor target = new UpdateSolutionListener_Accessor(serviceProvider);
     int expected = VSConstants.E_NOTIMPL;
     int actual;
     actual = target.UpdateSolution_Cancel();
     Assert.AreEqual(expected, actual);
 }
        public void UpdateSolution_CancelTest()
        {
            IServiceProvider serviceProvider       = this.PrepareServiceProvider();
            UpdateSolutionListener_Accessor target = new UpdateSolutionListener_Accessor(serviceProvider);
            int expected = VSConstants.E_NOTIMPL;
            int actual;

            actual = target.UpdateSolution_Cancel();
            Assert.AreEqual(expected, actual);
        }