Learn how to list installed RPM packages in a Red Hat based Linux distribution or any other distribution that uses the RPM package manager.Linux: How to list installed RPM packages2018-06-06 in Operations tagged Linux / Quickie by Marc Nuri
Introduction to Spring MVC testing framework, highlighting the advantages of using MockMvc instead of regular unit tests. The post shows three ways of setting up MockMvc and how using standaloneSetup has the advantages of unit and integration testing.MockMvc – Spring MVC testing framework introduction: Testing Spring endpoints2018-06-02 in Java tagged Agile / Automation / JUnit / Mockito / MockMVC / REST / Spring Framework / Spring Boot / Testing by Marc Nuri