Skip to content

Commit 0bc7414

Browse files
committed
feat(runtimetests): Output text is now selectable
1 parent 5dd3a34 commit 0bc7414

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SamplesApp/SamplesApp.UnitTests.Shared/Controls/UnitTest/UnitTestsControl.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ private void ReportTestClass(TypeInfo testClass)
135135
{
136136
Text = $"{testClass.Name} ({testClass.Assembly.GetName().Name})",
137137
Foreground = new SolidColorBrush(Colors.White),
138-
FontSize = 16d
138+
FontSize = 16d,
139+
IsTextSelectionEnabled = true
139140
};
140141

141142
testResults.Children.Add(testResultBlock);

0 commit comments

Comments
 (0)