test: classify prerequisite lanes and own Avalonia sessions
This commit is contained in:
parent
c1a905004a
commit
3684e7b5e7
113 changed files with 273 additions and 22 deletions
|
|
@ -237,6 +237,7 @@ public sealed class UiRenderContextAlphaTests
|
|||
// -- DrawString (BitmapFont path): the same alpha chokepoint, guarded ---
|
||||
|
||||
[Fact]
|
||||
[Trait("Lane", "SystemFont")]
|
||||
public void FullOpacity_DrawString_BitmapFontPath_MatchesRequestedAlpha_Identity()
|
||||
{
|
||||
// CH6c review NIT: DrawStringDat (retail dat-font glyphs) had its own
|
||||
|
|
@ -258,6 +259,7 @@ public sealed class UiRenderContextAlphaTests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[Trait("Lane", "SystemFont")]
|
||||
public void HalfOpacityWindow_MultipliesBitmapFontGlyphAlpha()
|
||||
{
|
||||
var device = new RecordingGpuDevice();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue