MarioCodes / java-frameworks

Personal testing-zone to try java frameworks.

Home Page:https://mariocodes.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Frameworks Implementations

Personal working implementations of Java Frameworks to test several features. The testing frameworks will not compile as they're only to show how to write code which works and I do not want to implement an empty Spring Application.

You may find my personal notes for some of this Frameworks at my blog.

Lombok

Tested the possibility to automatically create Builders from Java classes with @Builder. It does not auto-fill fields. It provides a really basic API.

Codearte's Catch Exception

Small API to improve testing of when Exceptions are thrown and when they shouldn't be. It works at best together with AssertJ and Mockito.

About

Personal testing-zone to try java frameworks.

https://mariocodes.github.io/

License:Apache License 2.0


Languages

Language:Java 87.3%Language:HTML 12.4%Language:JavaScript 0.2%Language:CSS 0.1%