mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
using UnitTests;
|
||||
|
||||
namespace UnitTests_Parallelizable.ViewsTests;
|
||||
|
||||
/// <summary>
|
||||
/// Pure unit tests for <see cref="Button"/> that don't require Application static dependencies.
|
||||
/// These tests can run in parallel without interference.
|
||||
/// </summary>
|
||||
public class ButtonTests : UnitTests.Parallelizable.ParallelizableBase
|
||||
public class ButtonTests : FakeDriverBase
|
||||
{
|
||||
[Fact]
|
||||
public void Text_Mirrors_Title ()
|
||||
|
||||
Reference in New Issue
Block a user