public void GetTypeForAssembliesNullMonoPath()
        {
            var projectDefinition = new ProjectDefinition("MyProject", _assemblyLocator.Object, _factory.Object, new List <ITestAssemblyDefinition>(), "");

            Assert.Throws <ArgumentNullException>(() => projectDefinition.GetTypeForAssemblies(null, Platform.iOS));
        }