Selaa lähdekoodia

Trying to fix capitalization of tests and docs AGAIN.

Steven Kirk 10 vuotta sitten
vanhempi
sitoutus
d11d779414
100 muutettua tiedostoa jossa 0 lisäystä ja 0 poistoa
  1. 0 0
      docs/architecture.md
  2. 0 0
      docs/contributing.md
  3. 0 0
      docs/intro.md
  4. 0 0
      docs/mono-build.md
  5. 0 0
      docs/screen.png
  6. 0 0
      tests/Perspex.Base.UnitTests/Collections/PerspexListTests.cs
  7. 0 0
      tests/Perspex.Base.UnitTests/GlobalSuppressions.cs
  8. 0 0
      tests/Perspex.Base.UnitTests/Perspex.Base.UnitTests.csproj
  9. 0 0
      tests/Perspex.Base.UnitTests/PerspexObjectTests_Binding.cs
  10. 0 0
      tests/Perspex.Base.UnitTests/PerspexObjectTests_GetObservable.cs
  11. 0 0
      tests/Perspex.Base.UnitTests/PerspexObjectTests_GetValue.cs
  12. 0 0
      tests/Perspex.Base.UnitTests/PerspexObjectTests_Inheritance.cs
  13. 0 0
      tests/Perspex.Base.UnitTests/PerspexObjectTests_Metadata.cs
  14. 0 0
      tests/Perspex.Base.UnitTests/PerspexObjectTests_SetValue.cs
  15. 0 0
      tests/Perspex.Base.UnitTests/PerspexObjectTests_Validation.cs
  16. 0 0
      tests/Perspex.Base.UnitTests/PerspexPropertyTests.cs
  17. 0 0
      tests/Perspex.Base.UnitTests/PriorityValueTests.cs
  18. 0 0
      tests/Perspex.Base.UnitTests/Properties/AssemblyInfo.cs
  19. 0 0
      tests/Perspex.Base.UnitTests/app.config
  20. 0 0
      tests/Perspex.Base.UnitTests/packages.config
  21. 0 0
      tests/Perspex.Controls.UnitTests/BorderTests.cs
  22. 0 0
      tests/Perspex.Controls.UnitTests/ContentControlTests.cs
  23. 0 0
      tests/Perspex.Controls.UnitTests/ContentPresenterTests.cs
  24. 0 0
      tests/Perspex.Controls.UnitTests/ControlTests.cs
  25. 0 0
      tests/Perspex.Controls.UnitTests/DeckTests.cs
  26. 0 0
      tests/Perspex.Controls.UnitTests/DecoratorTests.cs
  27. 0 0
      tests/Perspex.Controls.UnitTests/DropDownTests.cs
  28. 0 0
      tests/Perspex.Controls.UnitTests/GlobalSuppressions.cs
  29. 0 0
      tests/Perspex.Controls.UnitTests/ItemsControlTests.cs
  30. 0 0
      tests/Perspex.Controls.UnitTests/ListBoxTests.cs
  31. 0 0
      tests/Perspex.Controls.UnitTests/Mixins/SelectableMixinTests.cs
  32. 0 0
      tests/Perspex.Controls.UnitTests/PanelTests.cs
  33. 0 0
      tests/Perspex.Controls.UnitTests/Parsers/GridLengthsParserTests.cs
  34. 0 0
      tests/Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj
  35. 0 0
      tests/Perspex.Controls.UnitTests/Presenters/DeckPresenterTests.cs
  36. 0 0
      tests/Perspex.Controls.UnitTests/Presenters/ItemsPresenterTests.cs
  37. 0 0
      tests/Perspex.Controls.UnitTests/Presenters/ScrollContentPresenterTests.cs
  38. 0 0
      tests/Perspex.Controls.UnitTests/Primitives/PopupTests.cs
  39. 0 0
      tests/Perspex.Controls.UnitTests/Primitives/RangeBaseTests.cs
  40. 0 0
      tests/Perspex.Controls.UnitTests/Primitives/ScrollBarTests.cs
  41. 0 0
      tests/Perspex.Controls.UnitTests/Primitives/SelectingItemsControlTests.cs
  42. 0 0
      tests/Perspex.Controls.UnitTests/Primitives/SelectingItemsControlTests_AutoSelect.cs
  43. 0 0
      tests/Perspex.Controls.UnitTests/Primitives/TabStripTests.cs
  44. 0 0
      tests/Perspex.Controls.UnitTests/Primitives/TemplatedControlTests.cs
  45. 0 0
      tests/Perspex.Controls.UnitTests/Primitives/TrackTests.cs
  46. 0 0
      tests/Perspex.Controls.UnitTests/Properties/AssemblyInfo.cs
  47. 0 0
      tests/Perspex.Controls.UnitTests/ScrollViewerTests.cs
  48. 0 0
      tests/Perspex.Controls.UnitTests/TabControlTests.cs
  49. 0 0
      tests/Perspex.Controls.UnitTests/TemplatedControlTests.cs
  50. 0 0
      tests/Perspex.Controls.UnitTests/Templates/TemplateExtensionsTests.cs
  51. 0 0
      tests/Perspex.Controls.UnitTests/TestRoot.cs
  52. 0 0
      tests/Perspex.Controls.UnitTests/TestTemplatedControl.cs
  53. 0 0
      tests/Perspex.Controls.UnitTests/TopLevelTests.cs
  54. 0 0
      tests/Perspex.Controls.UnitTests/WindowTests.cs
  55. 0 0
      tests/Perspex.Controls.UnitTests/app.config
  56. 0 0
      tests/Perspex.Controls.UnitTests/packages.config
  57. 0 0
      tests/Perspex.Direct2D1.UnitTests/Controls/Shapes/PathTests.cs
  58. 0 0
      tests/Perspex.Direct2D1.UnitTests/GlobalSuppressions.cs
  59. 0 0
      tests/Perspex.Direct2D1.UnitTests/Media/GeometryTests.cs
  60. 0 0
      tests/Perspex.Direct2D1.UnitTests/Perspex.Direct2D1.UnitTests.csproj
  61. 0 0
      tests/Perspex.Direct2D1.UnitTests/Properties/AssemblyInfo.cs
  62. 0 0
      tests/Perspex.Direct2D1.UnitTests/RectComparer.cs
  63. 0 0
      tests/Perspex.Direct2D1.UnitTests/packages.config
  64. 0 0
      tests/Perspex.Input.UnitTests/GlobalSuppressions.cs
  65. 0 0
      tests/Perspex.Input.UnitTests/KeyboardNavigationTests_Arrows.cs
  66. 0 0
      tests/Perspex.Input.UnitTests/KeyboardNavigationTests_Tab.cs
  67. 0 0
      tests/Perspex.Input.UnitTests/Perspex.Input.UnitTests.csproj
  68. 0 0
      tests/Perspex.Input.UnitTests/Properties/AssemblyInfo.cs
  69. 0 0
      tests/Perspex.Input.UnitTests/app.config
  70. 0 0
      tests/Perspex.Input.UnitTests/packages.config
  71. 0 0
      tests/Perspex.Interactivity.UnitTests/GlobalSuppressions.cs
  72. 0 0
      tests/Perspex.Interactivity.UnitTests/InteractiveTests.cs
  73. 0 0
      tests/Perspex.Interactivity.UnitTests/Perspex.Interactivity.UnitTests.csproj
  74. 0 0
      tests/Perspex.Interactivity.UnitTests/Properties/AssemblyInfo.cs
  75. 0 0
      tests/Perspex.Interactivity.UnitTests/packages.config
  76. 0 0
      tests/Perspex.Layout.UnitTests/FullLayoutTests.cs
  77. 0 0
      tests/Perspex.Layout.UnitTests/GlobalSuppressions.cs
  78. 0 0
      tests/Perspex.Layout.UnitTests/Perspex.Layout.UnitTests.csproj
  79. 0 0
      tests/Perspex.Layout.UnitTests/Properties/AssemblyInfo.cs
  80. 0 0
      tests/Perspex.Layout.UnitTests/app.config
  81. 0 0
      tests/Perspex.Layout.UnitTests/packages.config
  82. 0 0
      tests/Perspex.RenderTests/Controls/BorderTests.cs
  83. 0 0
      tests/Perspex.RenderTests/Controls/ImageTests.cs
  84. 0 0
      tests/Perspex.RenderTests/GlobalSuppressions.cs
  85. 0 0
      tests/Perspex.RenderTests/Perspex.Cairo.RenderTests.csproj
  86. 0 0
      tests/Perspex.RenderTests/Perspex.Direct2D1.RenderTests.csproj
  87. 0 0
      tests/Perspex.RenderTests/Properties/AssemblyInfo.cs
  88. 0 0
      tests/Perspex.RenderTests/Shapes/EllipseTests.cs
  89. 0 0
      tests/Perspex.RenderTests/Shapes/PathTests.cs
  90. 0 0
      tests/Perspex.RenderTests/Shapes/RectangleTests.cs
  91. 0 0
      tests/Perspex.RenderTests/TestBase.cs
  92. 0 0
      tests/Perspex.RenderTests/app.config
  93. 0 0
      tests/Perspex.RenderTests/packages.config
  94. 0 0
      tests/Perspex.SceneGraph.UnitTests/GlobalSuppressions.cs
  95. 0 0
      tests/Perspex.SceneGraph.UnitTests/Perspex.SceneGraph.UnitTests.csproj
  96. 0 0
      tests/Perspex.SceneGraph.UnitTests/Properties/AssemblyInfo.cs
  97. 0 0
      tests/Perspex.SceneGraph.UnitTests/TestRoot.cs
  98. 0 0
      tests/Perspex.SceneGraph.UnitTests/TestVisual.cs
  99. 0 0
      tests/Perspex.SceneGraph.UnitTests/VisualTests.cs
  100. 0 0
      tests/Perspex.SceneGraph.UnitTests/VisualTree/BoundsTrackerTests.cs

+ 0 - 0
Docs/architecture.md → docs/architecture.md


+ 0 - 0
Docs/contributing.md → docs/contributing.md


+ 0 - 0
Docs/intro.md → docs/intro.md


+ 0 - 0
Docs/mono-build.md → docs/mono-build.md


+ 0 - 0
Docs/screen.png → docs/screen.png


+ 0 - 0
Tests/Perspex.Base.UnitTests/Collections/PerspexListTests.cs → tests/Perspex.Base.UnitTests/Collections/PerspexListTests.cs


+ 0 - 0
Tests/Perspex.Base.UnitTests/GlobalSuppressions.cs → tests/Perspex.Base.UnitTests/GlobalSuppressions.cs


+ 0 - 0
Tests/Perspex.Base.UnitTests/Perspex.Base.UnitTests.csproj → tests/Perspex.Base.UnitTests/Perspex.Base.UnitTests.csproj


+ 0 - 0
Tests/Perspex.Base.UnitTests/PerspexObjectTests_Binding.cs → tests/Perspex.Base.UnitTests/PerspexObjectTests_Binding.cs


+ 0 - 0
Tests/Perspex.Base.UnitTests/PerspexObjectTests_GetObservable.cs → tests/Perspex.Base.UnitTests/PerspexObjectTests_GetObservable.cs


+ 0 - 0
Tests/Perspex.Base.UnitTests/PerspexObjectTests_GetValue.cs → tests/Perspex.Base.UnitTests/PerspexObjectTests_GetValue.cs


+ 0 - 0
Tests/Perspex.Base.UnitTests/PerspexObjectTests_Inheritance.cs → tests/Perspex.Base.UnitTests/PerspexObjectTests_Inheritance.cs


+ 0 - 0
Tests/Perspex.Base.UnitTests/PerspexObjectTests_Metadata.cs → tests/Perspex.Base.UnitTests/PerspexObjectTests_Metadata.cs


+ 0 - 0
Tests/Perspex.Base.UnitTests/PerspexObjectTests_SetValue.cs → tests/Perspex.Base.UnitTests/PerspexObjectTests_SetValue.cs


+ 0 - 0
Tests/Perspex.Base.UnitTests/PerspexObjectTests_Validation.cs → tests/Perspex.Base.UnitTests/PerspexObjectTests_Validation.cs


+ 0 - 0
Tests/Perspex.Base.UnitTests/PerspexPropertyTests.cs → tests/Perspex.Base.UnitTests/PerspexPropertyTests.cs


+ 0 - 0
Tests/Perspex.Base.UnitTests/PriorityValueTests.cs → tests/Perspex.Base.UnitTests/PriorityValueTests.cs


+ 0 - 0
Tests/Perspex.Base.UnitTests/Properties/AssemblyInfo.cs → tests/Perspex.Base.UnitTests/Properties/AssemblyInfo.cs


+ 0 - 0
Tests/Perspex.Base.UnitTests/app.config → tests/Perspex.Base.UnitTests/app.config


+ 0 - 0
Tests/Perspex.Base.UnitTests/packages.config → tests/Perspex.Base.UnitTests/packages.config


+ 0 - 0
Tests/Perspex.Controls.UnitTests/BorderTests.cs → tests/Perspex.Controls.UnitTests/BorderTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/ContentControlTests.cs → tests/Perspex.Controls.UnitTests/ContentControlTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/ContentPresenterTests.cs → tests/Perspex.Controls.UnitTests/ContentPresenterTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/ControlTests.cs → tests/Perspex.Controls.UnitTests/ControlTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/DeckTests.cs → tests/Perspex.Controls.UnitTests/DeckTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/DecoratorTests.cs → tests/Perspex.Controls.UnitTests/DecoratorTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/DropDownTests.cs → tests/Perspex.Controls.UnitTests/DropDownTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/GlobalSuppressions.cs → tests/Perspex.Controls.UnitTests/GlobalSuppressions.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/ItemsControlTests.cs → tests/Perspex.Controls.UnitTests/ItemsControlTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/ListBoxTests.cs → tests/Perspex.Controls.UnitTests/ListBoxTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Mixins/SelectableMixinTests.cs → tests/Perspex.Controls.UnitTests/Mixins/SelectableMixinTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/PanelTests.cs → tests/Perspex.Controls.UnitTests/PanelTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Parsers/GridLengthsParserTests.cs → tests/Perspex.Controls.UnitTests/Parsers/GridLengthsParserTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj → tests/Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Presenters/DeckPresenterTests.cs → tests/Perspex.Controls.UnitTests/Presenters/DeckPresenterTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Presenters/ItemsPresenterTests.cs → tests/Perspex.Controls.UnitTests/Presenters/ItemsPresenterTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Presenters/ScrollContentPresenterTests.cs → tests/Perspex.Controls.UnitTests/Presenters/ScrollContentPresenterTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Primitives/PopupTests.cs → tests/Perspex.Controls.UnitTests/Primitives/PopupTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Primitives/RangeBaseTests.cs → tests/Perspex.Controls.UnitTests/Primitives/RangeBaseTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Primitives/ScrollBarTests.cs → tests/Perspex.Controls.UnitTests/Primitives/ScrollBarTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Primitives/SelectingItemsControlTests.cs → tests/Perspex.Controls.UnitTests/Primitives/SelectingItemsControlTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Primitives/SelectingItemsControlTests_AutoSelect.cs → tests/Perspex.Controls.UnitTests/Primitives/SelectingItemsControlTests_AutoSelect.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Primitives/TabStripTests.cs → tests/Perspex.Controls.UnitTests/Primitives/TabStripTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Primitives/TemplatedControlTests.cs → tests/Perspex.Controls.UnitTests/Primitives/TemplatedControlTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Primitives/TrackTests.cs → tests/Perspex.Controls.UnitTests/Primitives/TrackTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Properties/AssemblyInfo.cs → tests/Perspex.Controls.UnitTests/Properties/AssemblyInfo.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/ScrollViewerTests.cs → tests/Perspex.Controls.UnitTests/ScrollViewerTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/TabControlTests.cs → tests/Perspex.Controls.UnitTests/TabControlTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/TemplatedControlTests.cs → tests/Perspex.Controls.UnitTests/TemplatedControlTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/Templates/TemplateExtensionsTests.cs → tests/Perspex.Controls.UnitTests/Templates/TemplateExtensionsTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/TestRoot.cs → tests/Perspex.Controls.UnitTests/TestRoot.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/TestTemplatedControl.cs → tests/Perspex.Controls.UnitTests/TestTemplatedControl.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/TopLevelTests.cs → tests/Perspex.Controls.UnitTests/TopLevelTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/WindowTests.cs → tests/Perspex.Controls.UnitTests/WindowTests.cs


+ 0 - 0
Tests/Perspex.Controls.UnitTests/app.config → tests/Perspex.Controls.UnitTests/app.config


+ 0 - 0
Tests/Perspex.Controls.UnitTests/packages.config → tests/Perspex.Controls.UnitTests/packages.config


+ 0 - 0
Tests/Perspex.Direct2D1.UnitTests/Controls/Shapes/PathTests.cs → tests/Perspex.Direct2D1.UnitTests/Controls/Shapes/PathTests.cs


+ 0 - 0
Tests/Perspex.Direct2D1.UnitTests/GlobalSuppressions.cs → tests/Perspex.Direct2D1.UnitTests/GlobalSuppressions.cs


+ 0 - 0
Tests/Perspex.Direct2D1.UnitTests/Media/GeometryTests.cs → tests/Perspex.Direct2D1.UnitTests/Media/GeometryTests.cs


+ 0 - 0
Tests/Perspex.Direct2D1.UnitTests/Perspex.Direct2D1.UnitTests.csproj → tests/Perspex.Direct2D1.UnitTests/Perspex.Direct2D1.UnitTests.csproj


+ 0 - 0
Tests/Perspex.Direct2D1.UnitTests/Properties/AssemblyInfo.cs → tests/Perspex.Direct2D1.UnitTests/Properties/AssemblyInfo.cs


+ 0 - 0
Tests/Perspex.Direct2D1.UnitTests/RectComparer.cs → tests/Perspex.Direct2D1.UnitTests/RectComparer.cs


+ 0 - 0
Tests/Perspex.Direct2D1.UnitTests/packages.config → tests/Perspex.Direct2D1.UnitTests/packages.config


+ 0 - 0
Tests/Perspex.Input.UnitTests/GlobalSuppressions.cs → tests/Perspex.Input.UnitTests/GlobalSuppressions.cs


+ 0 - 0
Tests/Perspex.Input.UnitTests/KeyboardNavigationTests_Arrows.cs → tests/Perspex.Input.UnitTests/KeyboardNavigationTests_Arrows.cs


+ 0 - 0
Tests/Perspex.Input.UnitTests/KeyboardNavigationTests_Tab.cs → tests/Perspex.Input.UnitTests/KeyboardNavigationTests_Tab.cs


+ 0 - 0
Tests/Perspex.Input.UnitTests/Perspex.Input.UnitTests.csproj → tests/Perspex.Input.UnitTests/Perspex.Input.UnitTests.csproj


+ 0 - 0
Tests/Perspex.Input.UnitTests/Properties/AssemblyInfo.cs → tests/Perspex.Input.UnitTests/Properties/AssemblyInfo.cs


+ 0 - 0
Tests/Perspex.Input.UnitTests/app.config → tests/Perspex.Input.UnitTests/app.config


+ 0 - 0
Tests/Perspex.Input.UnitTests/packages.config → tests/Perspex.Input.UnitTests/packages.config


+ 0 - 0
Tests/Perspex.Interactivity.UnitTests/GlobalSuppressions.cs → tests/Perspex.Interactivity.UnitTests/GlobalSuppressions.cs


+ 0 - 0
Tests/Perspex.Interactivity.UnitTests/InteractiveTests.cs → tests/Perspex.Interactivity.UnitTests/InteractiveTests.cs


+ 0 - 0
Tests/Perspex.Interactivity.UnitTests/Perspex.Interactivity.UnitTests.csproj → tests/Perspex.Interactivity.UnitTests/Perspex.Interactivity.UnitTests.csproj


+ 0 - 0
Tests/Perspex.Interactivity.UnitTests/Properties/AssemblyInfo.cs → tests/Perspex.Interactivity.UnitTests/Properties/AssemblyInfo.cs


+ 0 - 0
Tests/Perspex.Interactivity.UnitTests/packages.config → tests/Perspex.Interactivity.UnitTests/packages.config


+ 0 - 0
Tests/Perspex.Layout.UnitTests/FullLayoutTests.cs → tests/Perspex.Layout.UnitTests/FullLayoutTests.cs


+ 0 - 0
Tests/Perspex.Layout.UnitTests/GlobalSuppressions.cs → tests/Perspex.Layout.UnitTests/GlobalSuppressions.cs


+ 0 - 0
Tests/Perspex.Layout.UnitTests/Perspex.Layout.UnitTests.csproj → tests/Perspex.Layout.UnitTests/Perspex.Layout.UnitTests.csproj


+ 0 - 0
Tests/Perspex.Layout.UnitTests/Properties/AssemblyInfo.cs → tests/Perspex.Layout.UnitTests/Properties/AssemblyInfo.cs


+ 0 - 0
Tests/Perspex.Layout.UnitTests/app.config → tests/Perspex.Layout.UnitTests/app.config


+ 0 - 0
Tests/Perspex.Layout.UnitTests/packages.config → tests/Perspex.Layout.UnitTests/packages.config


+ 0 - 0
Tests/Perspex.RenderTests/Controls/BorderTests.cs → tests/Perspex.RenderTests/Controls/BorderTests.cs


+ 0 - 0
Tests/Perspex.RenderTests/Controls/ImageTests.cs → tests/Perspex.RenderTests/Controls/ImageTests.cs


+ 0 - 0
Tests/Perspex.RenderTests/GlobalSuppressions.cs → tests/Perspex.RenderTests/GlobalSuppressions.cs


+ 0 - 0
Tests/Perspex.RenderTests/Perspex.Cairo.RenderTests.csproj → tests/Perspex.RenderTests/Perspex.Cairo.RenderTests.csproj


+ 0 - 0
Tests/Perspex.RenderTests/Perspex.Direct2D1.RenderTests.csproj → tests/Perspex.RenderTests/Perspex.Direct2D1.RenderTests.csproj


+ 0 - 0
Tests/Perspex.RenderTests/Properties/AssemblyInfo.cs → tests/Perspex.RenderTests/Properties/AssemblyInfo.cs


+ 0 - 0
Tests/Perspex.RenderTests/Shapes/EllipseTests.cs → tests/Perspex.RenderTests/Shapes/EllipseTests.cs


+ 0 - 0
Tests/Perspex.RenderTests/Shapes/PathTests.cs → tests/Perspex.RenderTests/Shapes/PathTests.cs


+ 0 - 0
Tests/Perspex.RenderTests/Shapes/RectangleTests.cs → tests/Perspex.RenderTests/Shapes/RectangleTests.cs


+ 0 - 0
Tests/Perspex.RenderTests/TestBase.cs → tests/Perspex.RenderTests/TestBase.cs


+ 0 - 0
Tests/Perspex.RenderTests/app.config → tests/Perspex.RenderTests/app.config


+ 0 - 0
Tests/Perspex.RenderTests/packages.config → tests/Perspex.RenderTests/packages.config


+ 0 - 0
Tests/Perspex.SceneGraph.UnitTests/GlobalSuppressions.cs → tests/Perspex.SceneGraph.UnitTests/GlobalSuppressions.cs


+ 0 - 0
Tests/Perspex.SceneGraph.UnitTests/Perspex.SceneGraph.UnitTests.csproj → tests/Perspex.SceneGraph.UnitTests/Perspex.SceneGraph.UnitTests.csproj


+ 0 - 0
Tests/Perspex.SceneGraph.UnitTests/Properties/AssemblyInfo.cs → tests/Perspex.SceneGraph.UnitTests/Properties/AssemblyInfo.cs


+ 0 - 0
Tests/Perspex.SceneGraph.UnitTests/TestRoot.cs → tests/Perspex.SceneGraph.UnitTests/TestRoot.cs


+ 0 - 0
Tests/Perspex.SceneGraph.UnitTests/TestVisual.cs → tests/Perspex.SceneGraph.UnitTests/TestVisual.cs


+ 0 - 0
Tests/Perspex.SceneGraph.UnitTests/VisualTests.cs → tests/Perspex.SceneGraph.UnitTests/VisualTests.cs


+ 0 - 0
Tests/Perspex.SceneGraph.UnitTests/VisualTree/BoundsTrackerTests.cs → tests/Perspex.SceneGraph.UnitTests/VisualTree/BoundsTrackerTests.cs


Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä