public void UpdateLocationWindowSize_NewValue_SetPropertyNWindowSize() { _nodeFinder.UpdateLocationWindowSize(4); Assert.Equal(4, _nodeFinder.NLocationWindow); }