This PR fixes #9 by ensuring that a change to the TestResultViewModel.Duration property results in any associated TestCaseViewModel updating its test state.
Frankly, I think it's likely possible to overhaul these VMs quite a bit, but I didn't want to head down a rabbit hole. This seems like a pragmatic solution to me.
This PR fixes #9 by ensuring that a change to the
TestResultViewModel.Duration
property results in any associatedTestCaseViewModel
updating its test state.Frankly, I think it's likely possible to overhaul these VMs quite a bit, but I didn't want to head down a rabbit hole. This seems like a pragmatic solution to me.