philipsorst / angular-rest-springsecurity

An example AngularJS Application that uses a Spring Security protected Jersey REST backend based on Hibernate/JPA
Apache License 2.0
620 stars 367 forks source link

Add unit tests for TokenUtils #24

Open mfarid opened 8 years ago

mfarid commented 8 years ago

This pull request is sample of unit test cases that we plan to contribute in order to raise the overall coverage to 80%. Code coverage is measured using Cobertura plugin. This pull request increases line coverage of library from 0% to 18%.

Metric Before After
Coverage % 0% 18%
Lines Covered 0 31
Total Lines 172 172

Please let me know if you have any questions.

Mohd Farid DevFactory - Code Quality Team