c# Programming Glossary: fixture
Can AutoFixture execute a delegate at object creation time? http://stackoverflow.com/questions/10032535/can-autofixture-execute-a-delegate-at-object-creation-time set up some dependent objects after the properties of the fixture have been generated and assigned. For example suppose I have.. back to the test so it can further customize the fixture if necessary. What I'd like to do is automatically associate.. my goal of creating an anonymous object graph c# autofixture share improve this question For the Build method this isn't..
Mocking an NHibernate ISession with Moq http://stackoverflow.com/questions/1828878/mocking-an-nhibernate-isession-with-moq a fast in process database like SQLite or Firebird. In the fixture setup you create a new test database completely from scratch..
What ReSharper 4+ live templates for C# do you use? [closed] http://stackoverflow.com/questions/186970/what-resharper-4-live-templates-for-c-sharp-do-you-use per answer please Here are some samples for NUnit test fixture and Standalone NUnit test case that describe live templates..
Unit Testing: DateTime.Now http://stackoverflow.com/questions/2425721/unit-testing-datetime-now with static state always remember to tear down your fixture by calling TimeProvider.ResetToDefault . share improve this..
WCF client hangs on response http://stackoverflow.com/questions/2876955/wcf-client-hangs-on-response service. All is good from a test harness a little test fixture outside my web app but when my calls to the service originate..
Customizing AutoFixture builder with seeded property http://stackoverflow.com/questions/5398258/customizing-autofixture-builder-with-seeded-property builder with seeded property I've got a customized autofixture builder for an integration test. Code is below. Question 1 At.. beginningTransactionId Random random new Random IFixture fixture new Fixture fixture.Customize TransactionViewKey ob ob .With.. Random random new Random IFixture fixture new Fixture fixture.Customize TransactionViewKey ob ob .With t t.TransactionId..
Expression.Lambda and query generation at runtime, simplest “Where” example http://stackoverflow.com/questions/8315819/expression-lambda-and-query-generation-at-runtime-simplest-where-example item item.Name Soap Here is my example class and a fixture queryable public class Item public int Id get set public string..
|