|
|
|
@ -31,7 +31,7 @@ namespace Avalonia.Skia.RenderTests |
|
|
|
namespace Avalonia.Direct2D1.RenderTests |
|
|
|
#endif
|
|
|
|
{ |
|
|
|
public class TestBase |
|
|
|
public class TestBase : IDisposable |
|
|
|
{ |
|
|
|
#if AVALONIA_SKIA
|
|
|
|
private static string s_fontUri = "resm:Avalonia.Skia.RenderTests.Assets?assembly=Avalonia.Skia.RenderTests#Noto Mono"; |
|
|
|
@ -282,5 +282,10 @@ namespace Avalonia.Direct2D1.RenderTests |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
{ |
|
|
|
Dispatcher.UIThread.RunJobs(); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|