| Merge pull request #12 from nrjohnstone/feature/ignoreProperites |
|
More...
|
about 8 years ago
|
| add IgnoreNonPublicSetters to FluentBuilder |
|
More...
|
over 8 years ago
|
| add IgnoreAllProperties to have a FluentBuilder not set any properties with default values |
|
More...
|
over 8 years ago
|
| add IgnoreProperty for FluentBuilders to ignore setting default values on a property |
|
More...
|
over 8 years ago
|
| Merge pull request #11 from nrjohnstone/master |
|
More...
|
over 8 years ago
|
| remove unused private Random field |
|
More...
|
over 8 years ago
|
| change list to a blockingCollection as values were being dropped |
|
More...
|
over 8 years ago
|
| no need for list to be static if the test is done inside the It delegate |
|
More...
|
over 8 years ago
|
| add lock around idGenerators dictionary |
|
More...
|
over 8 years ago
|
| Fixed issue where ARandom.IntBetween(min,max) never chose the max value though it should have. |
|
More...
|
about 12 years ago
|
| Added ARandom.Url() and related random values |
|
More...
|
over 12 years ago
|
| Updated random number generator to generate a GUID to help it be more random across app domains and threads. |
|
More...
|
almost 13 years ago
|
| Added better unit test coverage to ARandom class. Fixed a few minor bugs I found there. |
|
More...
|
almost 13 years ago
|
| Added Fluency Trello Board link to README. |
|
More...
|
almost 13 years ago
|
| Added ARandom.Float() and ARandom.FloatBetween(). Expanded unit tests around Doubles. Reorganized ARandom class and tests to be more logical, and grouped the members in regions. |
|
More...
|
almost 13 years ago
|
| Added ARandom.StreetName() and ARandom.AddressLine1(). Also set custom ReSharper settings to allow underscore in MSpec assertion fields. |
|
More...
|
almost 13 years ago
|
| Tweaked random number seed |
|
More...
|
almost 13 years ago
|
| Added app domain id to random seed |
|
More...
|
almost 13 years ago
|
| Updated random seed to include thread id so that multiple instances of the same app domain don't spawn identical random numbers. |
|
More...
|
almost 13 years ago
|
| Added ThreadLocalRandom class to ensure random data generated by the ARandom class is thread safe. |
|
More...
|
almost 13 years ago
|
| Test commit for branch building in TeamCity. |
|
More...
|
about 13 years ago
|
| Added additional tests to ARandom class to make it more robust. Removed dependency on Fluency project from Shiloh.DataGeneration. Added misc other tests. |
|
More...
|
about 13 years ago
|
| fixed boundary condition with IntBetween |
|
More...
|
about 13 years ago
|
| Added method to allow 5.Of( ()=> someFunction() ); |
|
More...
|
about 13 years ago
|
| Merge branch 'master' of github.com:ChrisEdwards/Fluency |
|
More...
|
about 13 years ago
|
| Added ARandom.CurrencyBetween(min, max) method. |
|
More...
|
about 13 years ago
|
| Added reference to FluencyKoans project to the README.markdown file. |
|
More...
|
over 13 years ago
|
| Added xml documentation comments to all ARandom methods. Updated sample tests in the SampleApplication project for an upcoming presentation. Added When_getting_a_value_from_a_builder tests, but excluded them from the project because they are not complete. |
|
More...
|
over 13 years ago
|
| Updated Release config to produce Fluency.xml documentation file so it can be included in NuGet Pacakge. |
|
More...
|
over 13 years ago
|
| Updated project to generate Fluency.xml and added it to nuspec so users can get intellisense with documentation. |
|
More...
|
over 13 years ago
|