- update osgl-version to 2.0.0-BETA-4
- update osgl-version to 2.0.0-BETA-3
- package name changed to
osgl.ut
- replace
osgl-bootstrap
withosgl-version
- Update osgl-bootstrap to 1.0.0
- retag 1.0.0-BETA-6 to 1.0.0
- Update osgl-bootstrap to 1.0.0-BETA-10
- Introduce google error-prone into build process
- update Javadoc style sheet
- update mockito dependency to 2.10.0
- Introduce osgl-bootstrap
- Replace Version with osgl-bootstrap Version
- Add
notEmpty(String)
,isEmpty(String)
,notBlank(String)
,isBlank(String)
assertions - Add
notEmpty(Collection)
,isEmpty(Collection)
,notEmpty(Map)
,isEmpty(Map)
,notEmpty(Array)
,isEmpty(Array)
assertion methods - Improve unit test coverage
- Update pegdown doclet version
- Customized javadoc style
- Deploy source package for snapshot version
- add cobertura plugin and buildnumber plugin into maven build
- add
ne(...)
methods and corresponding unit tests - add
Version
class and corresponding unit tests
- improve on unit test
- add mockito-2.9 dependency
- add javadoc badge to README
- unit test base class with simplified assertion methods