MisterJames / GenFu

GenFu is a library you can use to generate realistic test data. It is composed of several property fillers that can populate commonly named properties through reflection using an internal database of values or randomly created data. You can override any of the fillers, give GenFu hints on how to fill them.
Other
831 stars 100 forks source link

Company class is not accessible due to protection level #137

Open paulers opened 6 years ago

paulers commented 6 years ago

If you take a look here: https://github.com/MisterJames/GenFu/blob/58ed1b0f374e80be94b37ed75ec1dfe280bcc480/src/GenFu/ValueGenerators/Corporate/Name.cs the class is not public, and thus can't be accessed. Gotta use LipsumWords for my company names!