Ricky Yim
|
d800a42544
|
added tests for FakeValuesService, added exception handling
|
2014-04-25 14:12:54 +10:00 |
|
Ricky Yim
|
0dffd2c2cd
|
added more testing around bothify/numerify/letterify
|
2014-04-25 13:52:21 +10:00 |
|
Ricky Yim
|
fafa5ec340
|
moved service to their own package
|
2014-04-25 10:04:59 +10:00 |
|
Ricky
|
226234fcd3
|
added missing test
|
2014-04-24 21:50:51 +10:00 |
|
Ricky
|
8fe2a69eb3
|
refactored tests to make all the boring tests in the IntegrationTest class
|
2014-04-24 21:39:34 +10:00 |
|
Ricky
|
449419e8bd
|
added is number test
|
2014-04-24 21:05:33 +10:00 |
|
Ricky
|
7dfba4261b
|
reverted address test back
|
2014-04-24 21:01:06 +10:00 |
|
Ricky
|
d2b4a6830a
|
fixed typo
|
2014-04-24 20:37:43 +10:00 |
|
Ricky
|
00def960f9
|
merging in changes for adding in fixedString
|
2014-04-24 20:35:02 +10:00 |
|
Ricky
|
07703e9400
|
added custom is a number matcher
|
2014-04-24 17:09:08 +10:00 |
|
Ricky
|
2a55628085
|
refactored address test
|
2014-04-24 17:03:24 +10:00 |
|
Ricky
|
004f4bbb97
|
fixed bug with street address not returning a number
|
2014-04-24 16:48:03 +10:00 |
|
Ricky
|
e98fe523d3
|
added more recent changes into the history file
|
2014-04-24 16:22:34 +10:00 |
|
Ricky
|
7f2f34aa86
|
reducing the scope of the supress warning annotations
|
2014-04-24 15:20:47 +10:00 |
|
Ricky
|
80d9e0c2f4
|
changed yaml loading library to snake
|
2014-04-24 15:11:30 +10:00 |
|
Ricky
|
a88c7d41a1
|
added credit card data
|
2014-04-24 15:02:25 +10:00 |
|
Ricky
|
3ed8e876f5
|
updated the example usage of the address
|
2014-04-24 14:52:13 +10:00 |
|
Ricky
|
2a9d77c51c
|
added randomness test for email
|
2014-04-24 08:37:58 +10:00 |
|
David Wursteisen
|
1d74a343a1
|
Rename letters method to fixedString
|
2014-04-23 21:50:49 +02:00 |
|
Ricky
|
1ebed9f5a4
|
added a history.md file
|
2014-04-23 21:33:03 +10:00 |
|
Ricky
|
c68b61da47
|
added fullname method and updated readme.md
|
2014-04-23 17:24:34 +10:00 |
|
Ricky
|
2125163eac
|
added .java-version to .gitignore
|
2014-04-23 17:21:06 +10:00 |
|
Ricky
|
d68121ec22
|
took out unused dependency hamcrest, it is included as part of junit
|
2014-04-23 17:20:18 +10:00 |
|
Ricky
|
f663405c0e
|
refactored to break out to different classes
|
2014-04-23 16:04:43 +10:00 |
|
Ricky
|
9b09fe3f5d
|
added support for coveralls
|
2014-04-23 12:47:43 +10:00 |
|
Ricky
|
eb14cf7157
|
updated readme
|
2014-04-23 12:33:11 +10:00 |
|
Ricky
|
e90c17aa8b
|
added the ability to pass in a random value
|
2014-04-23 11:51:54 +10:00 |
|
Ricky
|
a0b36798ad
|
added IntelliJ specific files to gitignore
|
2014-04-23 11:24:57 +10:00 |
|
Ricky
|
cae84eb389
|
inlined variable, fixed formatting
|
2014-04-23 11:24:16 +10:00 |
|
Ricky
|
502d531e3a
|
added missing test for streetAddressNumber
|
2014-04-23 11:22:45 +10:00 |
|
Ricky
|
a5cbdb7257
|
Merge pull request #22 from otavanopisto/master
Support for Finnish locale
|
2014-04-23 11:15:29 +10:00 |
|
Ricky
|
40f69fd5e5
|
Merge branch 'email_address' of github.com:gblikegroupon/java-faker into gblikegroupon-email_address
|
2014-04-23 09:35:26 +10:00 |
|
Ricky
|
75c50c9ad1
|
Update README.md
|
2014-04-22 12:08:32 +10:00 |
|
Ricky
|
4693fc72a9
|
Create LICENSE
Adding LICENSE
|
2014-04-22 12:06:57 +10:00 |
|
ilmoeuro
|
656dcd1c79
|
Made unit test JDK6 compliant
|
2014-04-08 11:02:28 +03:00 |
|
ilmoeuro
|
51224e4d24
|
Added finnish locale
|
2014-04-08 10:43:41 +03:00 |
|
ilmoeuro
|
0c46c44491
|
Made street address/street name formatting more flexible
The street names are now formatted like person names, with different
possible name patterns. The joiner between street name words is
locale-specific.
|
2014-04-08 10:29:37 +03:00 |
|
Greg Blike
|
20bc102d5e
|
Add faker email address method
|
2014-04-01 17:05:51 -05:00 |
|
Ricky
|
5c25c8562e
|
Merge pull request #17 from codingricky/readme
bumped version in readme
|
2014-01-16 22:46:42 -08:00 |
|
Ricky
|
e0a7847f07
|
bumped version in readme
|
2014-01-17 17:44:00 +11:00 |
|
Ren Shao
|
0d792c7053
|
Merge pull request #15 from codingricky/readme-update
adding travis build icon to readme
|
2013-12-23 16:54:21 -08:00 |
|
Ricky
|
a0fc3cecde
|
adding travis build icon to readme
|
2013-12-24 09:30:26 +11:00 |
|
Ren Shao
|
cb892c0a0f
|
[maven-release-plugin] prepare for next development iteration
|
2013-12-23 13:15:59 +11:00 |
|
Ren Shao
|
09cff31e38
|
[maven-release-plugin] prepare release javafaker-0.3
javafaker-0.3
|
2013-12-23 13:15:50 +11:00 |
|
Ren Shao
|
d1557c1a8f
|
Merge pull request #14 from codingricky/adding-fr
Adding french yml file
|
2013-12-22 17:13:28 -08:00 |
|
Ren Shao
|
15c4071c28
|
Merge pull request #13 from codingricky/travis
adding .travis.yml support
|
2013-12-22 17:12:28 -08:00 |
|
Ren Shao
|
140915be49
|
formatting
|
2013-12-23 12:11:24 +11:00 |
|
Ren Shao
|
e0bfbf91a9
|
Merge pull request #12 from koa/master
Fixed loading of yml-file for using in web-application (tomcat)
|
2013-12-22 16:50:18 -08:00 |
|
Ren Shao
|
ba001e1d2b
|
code formatting
|
2013-12-23 11:40:49 +11:00 |
|
Ren Shao
|
fba9cbc6b6
|
Merge pull request #10 from brain64bit/master
adding source and target for java 1.6
|
2013-12-22 16:39:20 -08:00 |
|