Reamed Bounds -> Viewport test rename

This commit is contained in:
Tig
2024-03-14 10:24:31 -08:00
parent b187a8e70f
commit ebc47de514
10 changed files with 41 additions and 41 deletions

View File

@@ -441,7 +441,7 @@ public class GraphViewTests
public class SeriesTests
{
[Fact]
public void Series_GetsPassedCorrectBounds_AllAtOnce ()
public void Series_GetsPassedCorrectViewport_AllAtOnce ()
{
GraphViewTests.InitFakeDriver ();
@@ -493,7 +493,7 @@ public class SeriesTests
/// <see cref="GraphView.CellSize"/> results in multiple units of graph space being condensed into each cell of console
/// </summary>
[Fact]
public void Series_GetsPassedCorrectBounds_AllAtOnce_LargeCellSize ()
public void Series_GetsPassedCorrectViewport_AllAtOnce_LargeCellSize ()
{
GraphViewTests.InitFakeDriver ();