vdenotaris / spring-boot-security-saml-sample

SBS3 — A sample SAML 2.0 Service Provider built on Spring Boot.
https://sbs3.vdenotaris.com
Apache License 2.0
564 stars 351 forks source link

Unit tests sample #18

Closed airleks closed 8 years ago

airleks 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 Intellij IDEA. This pull request increases code coverage of library from 0% to 7.5%.

Metric Before After
Coverage % 0% 7.5%
Lines Covered 0 15
Total Lines 199 199

Please let me know if you have any questions.

Alexey Syrtsev DevFactory - Code Quality Team

vdenotaris commented 8 years ago

Nice work, I really appreciate your contribution. Feel free to go ahed with it.

Thanks, Best regards, V.