xunit
Can't get Resharper 6.0 to work with xUnit.net
I have downloaded the xunit contrib for resharper but I can\'t get it to work. The installation instructions do not work. Does anyone else having same problem开发者_StackOverflow?[详细]
2023-04-12 03:41 分类:问答xunit with the moles runner and xml output
Has anyone got this working? I\'m having trouble using the moles runner with the xunit console and getting the XML output to a file. I\'m using the following:[详细]
2023-03-30 07:59 分类:问答Mockito code during @Before annoted method solution
i\'m new on using Mockito framework (and Behavior/Test Driven Development) and using to help me code some things;[详细]
2023-03-30 04:20 分类:问答How to run F# Silverlight Library project holding xUnit.net Contrib based unit tests?
I am unaware of开发者_如何学JAVA any project templates for F# Silverlight 4 unit tests (I searched Online for templates through Add Project), so I am using the standard F# Silverlight Library project[详细]
2023-03-28 03:28 分类:问答xUnit framework: Equivalent of [TestFixtureSetUp] of NUnit in XUnit?
What is xUnit\'s equivalent of NUnit\'s [TestFixtureSetUp]? We have explored and found that IUseFixture<T> is the equivalent of [TestFixtureSetUp], but it\'s not working as expected.[详细]
2023-03-16 11:36 分类:问答How does xUnit runner handle static methods w/static class constructor?
If I have a class with static Facts (test methods) and the class has a static constructor, is the constructor called for each 开发者_C百科Fact or only once for all Facts in a class?I guess it depends[详细]
2023-03-10 02:06 分类:问答different mock objects to compare objects in unit tests
I have Equals method tha开发者_如何学Pythont I am trying to tests. this method return true if object passed to is is same as this object.[详细]
2023-03-10 01:00 分类:问答Can xUnit frameworks and BDD work together?
Some of the resources I read.. refer to BDD as a response to \'Bad TDD\'. Spe开发者_StackOverflow中文版cification of behavior vs Verification. No inappropriate intimacy between tests and implementa[详细]
2023-03-07 15:19 分类:问答FileIOPermission SecurityException when running Xunit in TFS
I\'m attempting to integrate Xunit tests into our TFS build. I have placed xunit.runner.msbuild.dll and xunit.runner.utility.dll in a folder \"C:\\Program Files\\MSBuild\\Xunit\". I have a task in th[详细]
2023-03-07 00:52 分类:问答Using Moles with XUnit - wrong dll version
I\'m trying to set up Moles to use in our unit testing. We are using xunit, so I am using the Xunit extension that comes with moles (Microsoft.Moles.Framework.Xunit). However, as we are running Xunit[详细]
2023-03-05 18:53 分类:问答