Commit Graph

700 Commits

Author SHA1 Message Date
irakatz db07d31848 Fix 482 2020-05-09 01:40:56 +08:00
Ricky Yim 1850b033d4 Merge pull request #485 from wetHands04/coin-faker
Added new Coin class
2020-03-17 14:16:29 +11:00
Ilya Pantsir 0bc9266b94 Added CoinTest 2020-03-14 20:31:18 +02:00
Ilya Pantsir 642bfbb61a Added String test 2020-03-14 20:03:53 +02:00
Ilya Pantsir b646ac9a90 Added Coin to README 2020-03-14 19:55:16 +02:00
Ilya Pantsir abacfd4188 Added new coin class 2020-03-14 19:52:44 +02:00
Ronald Holshausen 97af4f0366 Merge pull request #478 from nicoperrony/master
Add Kaamelott's characters & quotes
2020-03-02 16:29:17 +11:00
nicoperrony 4cc09ef101 Add more quotes 2020-02-21 21:15:42 +01:00
nicoperrony 2b1d0e4c52 Add Kaamelott's characters & quotes 2020-02-21 20:34:33 +01:00
Ricky Yim 3e08569a75 Update README.md 2020-02-11 19:52:30 +11:00
Ricky a262c547df [maven-release-plugin] prepare for next development iteration 2020-02-11 06:33:53 +11:00
Ricky e23d6067c8 [maven-release-plugin] prepare release javafaker-1.0.2 javafaker-1.0.2 2020-02-11 06:33:43 +11:00
Ricky Yim 9170081d69 Merge pull request #460 from BlankSergey/fix-birthday
Fix birthday(): add currentMonth and currentDay
2020-02-10 19:09:51 +11:00
Ricky Yim 28d1ddfa91 Merge pull request #422 from TatsianaLuchonak/Expression_fix
Update arguments parsing from expressions
2020-02-10 19:07:10 +11:00
Tatsiana Luchonak 8fe21b5009 Update arguments parsing from expressions/ add tests to increase coverage 2020-02-10 10:13:07 +03:00
Ricky Yim 1d50d2966b Merge pull request #456 from SeriyBg/uk-countries
Add countries for ukrainian language
2020-02-09 09:57:02 +11:00
Ricky Yim ec7c9d6aec Merge pull request #469 from fr4nk/fix-fakeValuesServiceTest-for-locales
fix FakeValuesServiceTest / pastDate + futureDate for local test
2020-02-09 09:39:27 +11:00
Ricky Yim ac3a206b2c Merge pull request #467 from sl-slaing/master
Support injection of FakeValuesService
2020-02-09 09:35:37 +11:00
Frank Mattes 9cfdde18e8 FakeValuesServiceTest fails when run in workspace with Locale other than en
- date-format doesn't match e.g. in Locale de
- add Locale.ENGLISH to SimpleDateFormat initialization
2020-02-06 13:41:10 +01:00
Simon Laing 7ac7e53aa2 Support injection of FakeValuesService
To permit discrimination/variation of the values Faker provides
2020-01-14 07:51:05 +00:00
sergey c5fbba8e73 Add to birthday() currentMonth and currentDay because it is tests sometimes failed with incorrect date
Add to birthday() currentMonth and currentDay because it is tests sometimes failed with incorrect date

Fix test coverage
2019-11-21 17:02:55 +03:00
Ricky Yim 7a6e99fb73 Merge pull request #452 from SeriyBg/master
fix type in space.yaml with missing quote mark
2019-11-08 06:18:42 +11:00
Ricky Yim 9fea1fa953 Merge pull request #434 from egoetschalckx/add-programming-language
Add programming language
2019-11-08 06:15:00 +11:00
Ricky Yim 3b22e03965 Merge pull request #432 from tcsizmadia/hu-postcode-by-state
Address#zipCodeByState() support for hu Locale
2019-11-08 06:11:39 +11:00
Serge Bishyr 0c2d27bcd0 add ukrainian countries 2019-10-22 15:13:56 +03:00
Ricky Yim fce6c8bf4b Merge pull request #443 from EmmanuelVinas/master
Fixed regex on Android
2019-10-18 06:41:22 +11:00
Serge Bishyr a81d210c34 typo with quote mark for italian Bronze 2019-10-13 20:02:19 +03:00
Serge Bishyr 4818b5d54d fix type in space.yaml with missing quote mark 2019-10-13 19:27:38 +03:00
Ricky Yim e88a3edbfc Merge pull request #451 from JiZoH/patch-1
adding french animals
2019-10-09 19:56:33 +11:00
JiZoH 10e9cd9750 adding french animals 2019-10-08 16:37:11 +02:00
Emmanuel Vinas e939101192 Fixed regex on Android 2019-09-26 09:36:36 +02:00
Eric Goetschalckx c30bef0050 trigger a build 2019-09-12 10:18:26 -04:00
Eric Goetschalckx 9f5064b20f add tests to NumberTest for coverage check 2019-09-12 08:44:29 -04:00
Eric Goetschalckx a4cf5b3822 Merge remote-tracking branch 'upstream/master' into add-programming-language 2019-09-11 12:38:21 -04:00
Eric Goetschalckx 5546a46f9a fix hu state_abbr test failure 2019-09-11 12:36:01 -04:00
Tamas Csizmadia 7c1f999310 Put state abbreviations into quotes to fix ClassCastException error on JDK8. 2019-09-10 10:18:54 +02:00
Tamas Csizmadia 731915b5f0 Added 'hu' to Supported Locales 2019-09-09 18:51:07 +02:00
Tamas Csizmadia 19b3557f64 Added test for Address#zipCodeByState() for 'hu' Locale 2019-09-09 18:49:35 +02:00
Tamas Csizmadia 914f2c54db Added address.postcode_by_state section to hu.yml 2019-09-09 18:43:17 +02:00
Ricky Yim f2835c9dc5 Merge pull request #427 from egoetschalckx/add-aqua-teen-hunger-force
add AquaTeenHungerForce faker
2019-09-01 17:01:18 +10:00
Eric Goetschalckx 6df096ceaf add ProgrammingLanguage faker 2019-08-28 14:57:00 -04:00
Eric Goetschalckx 7753b39a83 add AquaTeenHungerForce faker 2019-08-28 08:40:11 -04:00
Ricky Yim 33f96e1292 Merge pull request #421 from ubulem/master
Add methods for missing Harry Potter entries
2019-08-20 20:34:11 +10:00
ubulem e481bde9cb Add methods for missing Harry Potter entries 2019-08-20 15:10:32 +06:00
Ricky 5f357f7e80 updated relationships test 2019-08-18 19:10:45 +10:00
Ricky 82b06497c7 added more tests in relationship 2019-08-18 17:57:23 +10:00
Ricky 67198793fc fixed test to test right method 2019-08-18 17:47:50 +10:00
Ricky dddc00fbc7 added more aviation tests 2019-08-18 17:39:31 +10:00
Ricky 9713dd3e64 adding business test 2019-08-17 20:38:00 +10:00
Ricky 1813317f25 updated the coveralls plugin command 2019-08-17 20:29:46 +10:00