AvaloniaTestAttribute Class
Definition
Identifies a nunit test that starts on Avalonia Dispatcher such that awaited expressions resume on the test's "main thread".
public class AvaloniaTestAttribute
Constructors
| Name | Description |
|---|---|
| AvaloniaTestAttribute | No summary available. |
AvaloniaTestAttribute Constructor
public AvaloniaTestAttribute()
Methods
| Name | Description |
|---|---|
| Wrap | No summary available. |
Wrap Method
public NUnit.Framework.Internal.Commands.TestCommand Wrap(NUnit.Framework.Internal.Commands.TestCommand command)
Parameters
command NUnit.Framework.Internal.Commands.TestCommand
Returns
NUnit.Framework.Internal.Commands.TestCommand