public void GetPathNullMonoRoot()
        {
            var testAssemblyDefinition = new TestAssemblyDefinition("monotouch_System.Json.Microsoft_test.dll", assemblyLocator.Object);

            Assert.Throws <ArgumentNullException> (() => testAssemblyDefinition.GetPath(Platform.iOS));
        }
        public void IsXUnit()
        {
            var testAssemblyDefinition = new TestAssemblyDefinition("monotouch_System.Json.Microsoft_xunit-test.dll", assemblyLocator.Object);

            Assert.True(testAssemblyDefinition.IsXUnit);
        }