Implement [ExportToolButton]

This commit is contained in:
Paul Joannon 2024-10-06 18:24:46 +02:00
parent db66bd35af
commit 4f52c2bb1f
No known key found for this signature in database
GPG key ID: C12F69B0AD0390DD
18 changed files with 406 additions and 3 deletions

View file

@ -66,4 +66,13 @@ public class ScriptPropertiesGeneratorTests
"AbstractGenericNode(Of T)_ScriptProperties.generated.cs"
);
}
[Fact]
public async void ExportedButtons()
{
await CSharpSourceGeneratorVerifier<ScriptPropertiesGenerator>.Verify(
"ExportedToolButtons.cs",
"ExportedToolButtons_ScriptProperties.generated.cs"
);
}
}