mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Add Assembler tests
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Microsoft.Iris.Markup;
|
||||
using Microsoft.Iris.Asm;
|
||||
using Microsoft.Iris.Markup;
|
||||
|
||||
namespace UIX.Test.Fixtures;
|
||||
|
||||
@@ -7,6 +8,7 @@ public class MarkupSystemFixture : IDisposable
|
||||
public MarkupSystemFixture()
|
||||
{
|
||||
MarkupSystem.Startup(true);
|
||||
Assembler.RegisterLoader();
|
||||
}
|
||||
|
||||
public void Dispose() => MarkupSystem.Shutdown();
|
||||
|
||||
Reference in New Issue
Block a user