d1caea7afb
* add prototype bean ex with function * remove extra classes * remove extra import * separate configs * separate configs * Update AppConfig.java * Code update to support Junit5 * BAEL-1979 Added examples for SnakeYAML Library (#4802) * BAEL-1979 Added examples for SnakeYAML Library * BAEL-1979 Moved the snakeyaml related code to libraries module * BAEL-1979 Removed the System.out.println() statements and converted the assertTrue to assertEquals wherever possible. * BAEL-1979 Removed println statements, small formatting fix in pom.xml * BAEL-1852 Renamed one test method, fixed formatting
Testing Modules
Relevant Articles:
- Quick Guide to BDDMockito
- AssertJ Exception Assertions
- Using Hamcrest Number Matchers
- Assertions in JUnit 4 and JUnit 5
- REST-assured with Groovy
- Hamcrest Bean Matchers
- Hamcrest Object Matchers
- Headers, Cookies and Parameters with REST-assured
- JSON Schema Validation with REST-assured
- Testing Callbacks with Mockito