Skip to content

Commit

Permalink
Update Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Nov 9, 2023
1 parent 3d72f79 commit 32977bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ricaun.Revit.UI.Tests/Panels/RevitPanelMoveTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ public void MovePanelWithId_Modify()
Assert.AreEqual(TabIdModify, ribbonPanel.GetRibbonTab().Id);
}

[Test]
public void MovePanelWithId_Empty()
{
ribbonPanel.MoveToRibbonTab(string.Empty);
Assert.AreEqual(TabIdAddIns, ribbonPanel.GetRibbonTab().Id);
}

[Test]
public void MovePanelWithId_AddIns()
{
Expand Down

0 comments on commit 32977bd

Please sign in to comment.