pex
libtorrent dht peer request?
Ive been playing around with the pyth开发者_运维百科on bindings for libtorrent/rasterbar. What I wanted to do was generate a new \'node-id\' and reannounce it to the other nodes.[详细]
2023-03-18 12:23 分类:问答How do you remove Moles from a project? (Moles 0.94.51023.0 / VS2010 SP1)
The Problem Not only can I not use Moles see this post I can\'t get rid of them either (much like my backyard). I\'m sure I\'m missing something [not] obvious [to me]. I see I\'m not the only person[详细]
2023-03-18 06:06 分类:问答Is there a way in Moles to mole/mock a method with the params keyword?
Is there a way to mole/stub/mock a method with the params keyword? Here is an example of the Method I am trying to mole/stub:[详细]
2023-03-14 15:24 分类:问答Pex and TestCategory
Is there any way to get Pex to deco开发者_开发技巧rate the test methods that it generates with the TestCategory attribute?I\'ve scoured the documentation (and all public classes) and don\'t see anythi[详细]
2023-03-13 12:34 分类:问答How Do You Configure Pex to Respect Code Contracts?
Given the following example code, how can I configure Pex to respect my Code Contracts? public stat开发者_StackOverflowic IEnumerable<User> Administrators(this UserGroup userGroup)[详细]
2023-03-08 20:30 分类:问答Pex: For String.IsNullOrEmpty Pex generates only two test methods
I have a simple method with a single condition like this. if (String.IsNullOrEmpty(FirstName)) { success = false;[详细]
2023-03-07 10:41 分类:问答Cant find Moles after installation
I\'ve installed Pex & moles and was trying to follow the tutorial but couldnt add a new items --> moles to th开发者_StackOverflow社区e test project for some reason[详细]
2023-03-07 10:20 分类:问答Create NUnit test cases automatically from Pex
I need to create the NUnit Test case automatically from my .Ne开发者_StackOverflow社区t Solution file.[详细]
2023-03-03 06:10 分类:问答HELP. Pex killed my projects and GAC
Really not sure what\'s happened here, but I was playing with pex and moles in a project I then got pex to generate tests for the web client which is MVC. This caused all sorts of build problems in th[详细]
2023-03-02 22:32 分类:问答Using Pex and Moles for kind of non-PUT testing
I want to test some code that isn\'t written with regards to TDD or a开发者_开发问答ny other form of automated testing, using .NET 4.[详细]
2023-02-23 14:36 分类:问答