Tag: Spring Boot
-
How to add a simple context load test for Embedded Cassandra using Spring Boot ?
This sample below shows you the code to test your embedded Cassandra to test the context load which involves testing: NOTE: This is just a context test for that particular instance being ran at that time. Passing this does not guarantee that it will behave the same in a different environments. This is just a…