Browse Source

Added missing method.

Why didn't you notice that before, VS?
Steven Kirk 8 years ago
parent
commit
af50118162
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tests/Avalonia.Styling.UnitTests/SelectorTests_Descendent.cs

+ 5 - 0
tests/Avalonia.Styling.UnitTests/SelectorTests_Descendent.cs

@@ -175,6 +175,11 @@ namespace Avalonia.Styling.UnitTests
                 throw new NotImplementedException();
             }
 
+            public void NotifyAttachedToLogicalTree(LogicalTreeAttachmentEventArgs e)
+            {
+                throw new NotImplementedException();
+            }
+
             public void NotifyDetachedFromLogicalTree(LogicalTreeAttachmentEventArgs e)
             {
                 throw new NotImplementedException();