1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #12 from nrjohnstone/feature/ignoreProperites
ChrisEdwards
as Chris Edwards
More... over 6 years ago
add IgnoreNonPublicSetters to FluentBuilder More... over 6 years ago
add IgnoreAllProperties to have a FluentBuilder not set any properties with default values More... over 6 years ago
add IgnoreProperty for FluentBuilders to ignore setting default values on a property More... over 6 years ago
Merge pull request #11 from nrjohnstone/master
ChrisEdwards
as Chris Edwards
More... about 7 years ago
remove unused private Random field More... about 7 years ago
change list to a blockingCollection as values were being dropped More... about 7 years ago
no need for list to be static if the test is done inside the It delegate More... about 7 years ago
add lock around idGenerators dictionary More... about 7 years ago
Fixed issue where ARandom.IntBetween(min,max) never chose the max value though it should have.
ChrisEdwards
as Chris Edwards
More... over 10 years ago
Added ARandom.Url() and related random values
ChrisEdwards
as Chris Edwards
More... almost 11 years ago
Updated random number generator to generate a GUID to help it be more random across app domains and threads.
ChrisEdwards
as Chris Edwards
More... over 11 years ago
Added better unit test coverage to ARandom class. Fixed a few minor bugs I found there.
ChrisEdwards
as Chris Edwards
More... over 11 years ago
Added Fluency Trello Board link to README.
ChrisEdwards
as Chris Edwards
More... over 11 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.
ChrisEdwards
as Chris Edwards
More... over 11 years ago
Added ARandom.StreetName() and ARandom.AddressLine1(). Also set custom ReSharper settings to allow underscore in MSpec assertion fields.
ChrisEdwards
as Chris Edwards
More... over 11 years ago
Tweaked random number seed
ChrisEdwards
as Chris Edwards
More... over 11 years ago
Added app domain id to random seed
ChrisEdwards
as Chris Edwards
More... over 11 years ago
Updated random seed to include thread id so that multiple instances of the same app domain don't spawn identical random numbers.
ChrisEdwards
as Chris Edwards
More... over 11 years ago
Added ThreadLocalRandom class to ensure random data generated by the ARandom class is thread safe.
ChrisEdwards
as Chris Edwards
More... over 11 years ago
Test commit for branch building in TeamCity.
ChrisEdwards
as Chris Edwards
More... over 11 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.
ChrisEdwards
as Chris Edwards
More... over 11 years ago
fixed boundary condition with IntBetween
ChrisEdwards
as Chris Edwards
More... over 11 years ago
Added method to allow 5.Of( ()=> someFunction() );
ChrisEdwards
as Chris Edwards
More... over 11 years ago
Merge branch 'master' of github.com:ChrisEdwards/Fluency
ChrisEdwards
as Chris Edwards
More... over 11 years ago
Added ARandom.CurrencyBetween(min, max) method.
ChrisEdwards
as Chris Edwards
More... over 11 years ago
Added reference to FluencyKoans project to the README.markdown file.
ChrisEdwards
as Chris Edwards
More... over 11 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.
ChrisEdwards
as Chris Edwards
More... over 11 years ago
Updated Release config to produce Fluency.xml documentation file so it can be included in NuGet Pacakge.
ChrisEdwards
as Chris Edwards
More... over 11 years ago
Updated project to generate Fluency.xml and added it to nuspec so users can get intellisense with documentation.
ChrisEdwards
as Chris Edwards
More... over 11 years ago