Hey! If you are interested in how and why to use CDI Alternatives, just follow the article below from Craft Coder Site
This GitHub Repository belogs to Craft Coder Site founded by @alexandregama, that has many Articles, Guides and Tutorials about many frameworks and libraries like:
If you are interested in CDI Articles, you can learn a lot of CDI Features in the following links :)
- CDI Qualifiers Tutorial
- CDI Observers and Events Tutorial
- CDI Lazy Initialization Tutorial
- CDI How to use Interceptors
- CDI Alternatives Tutorial
- CDI How to use Decorators
Are you interested in learn about JUnit Framework? Maybe you would like to see a lot of great JUnit Features in Craft Coder Site in the following links:
- JUnit - How to Configure JUnit 4 and JUnit 5
- JUnit - Mastering JUnit Assertions
- JUnit - How to Use Hamcrest Assertions
- JUnit - How to work with Tests in Suite
- JUnit - How to Order your Execution Test
- JUnit - Testing with Exceptions
Mockito is one of the best Java Libraries to work with Unit and Integration Testing! In the Craft Coder Site you can follow a lot of Mockito Articles and Tutorials! Have fun \o/
- Mockito - Mocking objects by using mock() and verify()
- Mockito - Basic usage of when() and thenReturn() methods
- Mockito - Throwing Exceptions by using thenThrow()
- Mockito - Stubying with Fluent Interface
- Mockito - Printing Custom Message when the Verify fails
- Mockito BDD - Behavior Driven Development with Mockito
- Mockito - Ignoring Stubs
- Mockito - Reseting Mock Interactions