public void SetUp() { _fakerContainer = A.Fake<IFakerContainer>(); _hipsterFaker = new HipsterFaker(_fakerContainer); }
public FakerContainer() { Address = new AddressFaker(this); Ancient = new AncientFaker(this); App = new AppFaker(this); Avatar = new AvatarFaker(this); Bank = new BankFaker(this); Beer = new BeerFaker(this); Book = new BookFaker(this); Boolean = new BooleanFaker(); Business = new BusinessFaker(this); Cat = new CatFaker(this); ChuckNorris = new ChuckNorrisFaker(this); Coffee = new CoffeeFaker(this); Color = new ColorFaker(this); Commerce = new CommerceFaker(this); Company = new CompanyFaker(this); Compass = new CompassFaker(this); Date = new DateFaker(); Demographic = new DemographicFaker(this); DragonBall = new DragonBallFaker(this); Educator = new EducatorFaker(this); Fake = new FakeFaker(this); File = new FileFaker(this); Fillmurray = new FillmurrayFaker(); Food = new FoodFaker(this); Friends = new FriendsFaker(this); GameOfThrones = new GameOfThronesFaker(this); Hacker = new HackerFaker(this); HarryPotter = new HarryPotterFaker(this); Hipster = new HipsterFaker(this); Internet = new InternetFaker(this); LordOfTheRings = new LordOfTheRingsFaker(this); Lorem = new LoremFaker(this); LoremFlickr = new LoremFlickrFaker(this); LoremPixel = new LoremPixelFaker(this); Matz = new MatzFaker(this); MichaelScott = new MichaelScottFaker(this); Music = new MusicFaker(this); Name = new NameFaker(this); Number = new NumberFaker(); PhoneNumber = new PhoneNumberFaker(this); Placeholdit = new PlaceholditFaker(this); Pokemon = new PokemonFaker(this); Random = new RandomFaker(); RickAndMorty = new RickAndMortyFaker(this); RockBand = new RockBandFaker(this); RuPaul = new RuPaulFaker(this); SlackEmoji = new SlackEmojiFaker(this); Space = new SpaceFaker(this); StarWars = new StarWarsFaker(this); Superhero = new SuperheroFaker(this); Team = new TeamFaker(this); Time = new TimeFaker(); TwinPeaks = new TwinPeaksFaker(this); University = new UniversityFaker(this); Vehicle = new VehicleFaker(this); Zelda = new ZeldaFaker(this); Regexify = new Regexify(this); }