Ricky
a7dfa649eb
added assert for AppTest name
2016-04-25 11:11:36 +10:00
Ricky
44e01d44e7
deleted unused variables/imports
2016-04-25 10:57:51 +10:00
Ricky
f22f12024b
deleted unused variables/imports
2016-04-25 10:56:33 +10:00
Ricky
c4b79ae7e5
deleted test that never gets run and tests randomness which is not really that useful
2016-04-25 07:34:01 +10:00
Ricky
ba77c0d6a3
improving the readme
2016-04-25 07:32:57 +10:00
Ricky
78079ee79a
Merge branch 'PascalSchumacher-add_commerce'
2016-04-25 07:31:10 +10:00
Ricky
eaea01edb6
merged in commerce changes
2016-04-25 07:30:27 +10:00
Ricky
fbd2583f21
Merge branch 'PascalSchumacher-extend_company'
2016-04-25 07:29:04 +10:00
Ricky
ca42fcfaf4
merged in company changes
2016-04-25 07:28:19 +10:00
Ricky
52b17b0831
Merge branch 'PascalSchumacher-add_app'
2016-04-25 07:27:08 +10:00
Ricky
b3d4c3f097
merged in app changes
2016-04-25 07:25:57 +10:00
Pascal Schumacher
6d68335a18
added Hacker ( #76 )
2016-04-25 07:21:45 +10:00
Pascal Schumacher
d78849986d
Add regexify and finance bic ( #75 )
...
* added Faker#regexify with uses the generex library
* added Finance#bic, a way to generate a random Business Identifier Code (https://en.wikipedia.org/wiki/ISO_9362 )
2016-04-25 07:20:39 +10:00
Pascal Schumacher
5ce817fd2a
removed unused imports ( #74 )
2016-04-25 07:20:02 +10:00
Pascal Schumacher
10bcf44dee
Added Commerce
2016-04-24 21:57:16 +02:00
Pascal Schumacher
733d0b01ee
added App
2016-04-24 18:59:40 +02:00
Pascal Schumacher
9a178bbc52
added Company#buzzword, Company#bs, Company#catchPhrase and Company#logo
2016-04-24 18:08:34 +02:00
Pascal Schumacher
a15e9a97ee
changed Options#option to varargs to make it more flexible
2016-04-23 07:51:12 +10:00
Diogo Beato
47f9e2eed6
improving readme ( #72 )
2016-04-20 15:31:52 +10:00
Christophe Willemsen
e7a96c65e7
Number generator ( #70 )
...
* Number generators
* removed console output in test
* fix java6 usage for generating doubles
* removed unused import
* tests for numberBetween
* use hamcrest, renamed randomDigitNotNull to randomDigitNotZero and added some docblocks
2016-04-17 11:29:14 +10:00
Pascal Schumacher
be80fe56f0
add PhoneNumber#cellPhone (and a unit test for PhoneNumer#phoneNumer) ( #69 )
2016-04-16 20:38:34 +10:00
Pascal Schumacher
3432539bf1
expand assertion for country (and remove unused logger from AddressTest) ( #71 )
...
* expand assertion for country (and remove unused logger from AddressTest)
* expanded regular expression assertion in CompanyTest#testIndustry
2016-04-16 20:19:25 +10:00
Ricky
50518a4de8
expanded assertion for country
2016-04-16 14:55:02 +10:00
Pascal Schumacher
8197ee042d
Add color name
...
* add Color#name
* add german color names
2016-04-16 09:21:23 +10:00
Ricky Yim
8160468737
Merge pull request #66 from PascalSchumacher/company
...
Company
2016-04-15 09:12:56 +10:00
Ricky Yim
bfd7f672c9
Merge pull request #67 from PascalSchumacher/add_book
...
Add book
2016-04-15 09:12:16 +10:00
Pascal Schumacher
a42fdeb074
add book
2016-04-14 22:01:39 +02:00
Pascal Schumacher
dbef81dce0
en.yml clean-up book section
2016-04-14 21:50:40 +02:00
Pascal Schumacher
0704d8a538
expanded reg exp assertion in streetAddressNumber test
2016-04-14 19:24:23 +02:00
Pascal Schumacher
fc81faf7bb
add Company#industry and Company#profession
2016-04-14 19:21:48 +02:00
Pascal Schumacher
3956349ecd
add unit test for company
2016-04-14 19:14:23 +02:00
Ricky
b75995a0c3
expanded reg exp assertion in country test
2016-04-14 22:45:25 +10:00
Ricky
c7ab873b84
removed 13 from the city of lille
2016-04-14 07:52:24 +10:00
Ricky
83a9ad504e
updated version number in readme
2016-04-14 07:47:12 +10:00
Ricky
66aa3c6c78
fixing bug related to address city not using random seed
2016-04-14 07:43:12 +10:00
Ricky
d98849eb73
fixed bug in past method
2016-04-13 21:56:30 +10:00
Ricky Yim
36976cbc99
Merge pull request #63 from PascalSchumacher/update_address_regular_expressions
...
AddressTest: modify regular expressions to check city and country so …
2016-04-13 17:07:13 +10:00
Pascal Schumacher
a91ed04285
AddressTest: modify regular expressions to check city and country so that the tests pass with ruby faker data
2016-04-13 08:38:03 +02:00
Ricky
c8e66ad5ed
[maven-release-plugin] prepare for next development iteration
2016-04-13 08:16:40 +10:00
Ricky
f63ef2913f
[maven-release-plugin] prepare release javafaker-0.8
javafaker-0.8
2016-04-13 08:16:32 +10:00
Ricky
ecba78d999
Getting JavaFaker to use yml files from ruby faker.
...
Involves adding in all yml files from ruby faker
Changed en.yml slightly to include internet/images that weren't in the ruby one
Changed credit card values in en.yml file to as JavaFaker doesn't do regexify
Added resolve method in FakeValuesService to deal with resolution of properties that is in the
ruby yml files. This is instead of the simplified composite method.
Added safeFetch method in FakeValueService to deal with null/empty string methods
Added the DefaultingFakeValuesService to deal with defaulting properties to the english locale
2016-04-13 06:48:37 +10:00
Ricky Yim
a342839c31
Merge pull request #62 from PascalSchumacher/emailaddress_with_localpart_parameter
...
Added emailaddress with local-part parameter from internet
2016-04-11 06:00:55 +10:00
Pascal Schumacher
d40ff20fc9
Added emailaddress with local-part parameter to internet
2016-04-10 21:55:50 +02:00
Ricky Yim
f915d8636e
Merge pull request #61 from PascalSchumacher/add_link_to_javadoc_to_readme
...
README: add link to javadoc (closes #57 )
2016-04-10 22:21:15 +10:00
Ricky
f1b2ee4498
Merge branch 'PascalSchumacher-add_french_and_finish_company_names'
2016-04-10 22:19:01 +10:00
Pascal Schumacher
c3c9b6b473
README: add link to javadoc ( closes #57 )
2016-04-09 20:56:28 +02:00
Pascal Schumacher
a31c4e345b
add french and finish company names ( fixes #58 )
2016-04-09 10:52:29 +02:00
Ricky Yim
a1d2ab1e85
Merge pull request #55 from PascalSchumacher/make_latitude_longitude_tests_locale_independent
...
make AddressTest#testLatitude and AddressTest#testLongitude locale in…
2016-02-09 08:40:17 +11:00
Ricky Yim
02a8f15f38
Merge pull request #54 from PascalSchumacher/patch-1
...
fail travis build if integration-tests fail
2016-02-09 08:33:23 +11:00
Pascal Schumacher
5fb7ce0f4e
make AddressTest#testLatitude and AddressTest#testLongitude locale independent
2016-02-08 19:58:04 +01:00