mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
moar unit tests
This commit is contained in:
@@ -558,7 +558,6 @@ public class ButtonTests (ITestOutputHelper output)
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[AutoInitShutdown (configLocation: ConfigurationManager.ConfigLocations.None)]
|
||||
public void Update_Only_On_Or_After_Initialize ()
|
||||
{
|
||||
Button.DefaultShadow = ShadowStyle.None;
|
||||
@@ -593,7 +592,7 @@ public class ButtonTests (ITestOutputHelper output)
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[AutoInitShutdown (configLocation: ConfigurationManager.ConfigLocations.None)]
|
||||
[AutoInitShutdown]
|
||||
public void Update_Parameterless_Only_On_Or_After_Initialize ()
|
||||
{
|
||||
Button.DefaultShadow = ShadowStyle.None;
|
||||
|
||||
Reference in New Issue
Block a user