AvaloniaFactAttribute Class
Definition
Identifies an xunit test that starts on Avalonia Dispatcher such that awaited expressions resume on the test's "main thread".
public class AvaloniaFactAttribute
Constructors
| Name | Description |
|---|---|
| AvaloniaFactAttribute | Identifies an xunit test that starts on Avalonia Dispatcher such that awaited expressions resume on the test's "main thread". |
AvaloniaFactAttribute Constructor
Identifies an xunit test that starts on Avalonia Dispatcher such that awaited expressions resume on the test's "main thread".
public AvaloniaFactAttribute(string sourceFilePath, int sourceLineNumber)
Parameters
sourceFilePath string
sourceLineNumber int