Rank: Member
Groups: Registered
Joined: 4/19/2014(UTC) Posts: 17 Location: United Kingdom
Thanks: 9 times Was thanked: 2 time(s) in 2 post(s)
|
Hi, I'm having a go with Concordion. The tests themselves are built on top of NUnit and can be configured to run with Visual Studio/TestDriven.NET/NUnit Test Adapter/ReSharper. I've followed the instructions for NUnit as outlined here and have installed TestDriven.NET. TestDriven.NET can run the tests but NCrunch reports the following Quote:An error occurred while analysing this project after it was built: System.NullReferenceException: Object reference not set to an instance of an object. at NUnit.Core.NUnitFramework.IsAddinAvailable(String name) at NUnit.Core.NUnitFramework.ApplyCommonAttributes(Attribute[] attributes, Test test) at NUnit.Core.Builders.TestAssemblyBuilder.BuildTestAssembly(Assembly assembly, String assemblyName, IList fixtures, Boolean autoSuites) at NUnit.Core.Builders.TestAssemblyBuilder.Build(String assemblyName, Boolean autoSuites) at NUnit.Core.Builders.TestAssemblyBuilder.Build(String assemblyName, String testName, Boolean autoSuites) at NUnit.Core.TestSuiteBuilder.Build(TestPackage package) at nCrunch.Module.NUnit.Integration.NUnitDynamicTestFinder.FindFrameworkTestsUsingRuntimeInvoke(TestPackage package, ILogger logger, List`1 tests, Factory testNameFactory) at nCrunch.Module.NUnit.Integration.NUnitTestFramework.FindFrameworkTestsInAssembly(ReflectedAssembly assembly, FilePath assemblyFilePath, IList`1 referencedAssemblyFilePaths, ComponentUniqueName testComponentUniqueName) at nCrunch.TestExecution.TestFinder.FindTestsForFrameworks(ReflectedAssembly assembly, FilePath assemblyFilePath, IList`1 referencedAssemblyFilePaths, TestFrameworkDescription[] frameworks, ComponentUniqueName testComponentUniqueName) at nCrunch.TestExecution.RemoteTaskRunner.AnalyseAssembly(TestFrameworkDescription[] applicableFrameworks, ComponentUniqueName testComponentUniqueName) Is there some trick I'm missing or some other way to get this to work with NCrunch?
|