AssemblyInfo.cs 491 B

12345678910111213
  1. // -----------------------------------------------------------------------
  2. // <copyright file="AssemblyInfo.cs" company="Steven Kirk">
  3. // Copyright 2015 MIT Licence. See licence.md for more information.
  4. // </copyright>
  5. // -----------------------------------------------------------------------
  6. using System.Reflection;
  7. using Xunit;
  8. [assembly: AssemblyTitle("Perspex.Controls.UnitTests")]
  9. // Don't run tests in parallel.
  10. [assembly: CollectionBehavior(DisableTestParallelization = true)]