Blog: lubos krnac |
240 blogs
updated: 104 min. ago
|
||
I believe Spring application shouldn't be structured in package by layer approach. In my opinion, package by feature makes much more sense. ...
|
||
I am going to explain how to aggregate test coverage report for Gradle multi-module project. For measuring test coverage, we will use JaCoCo...
|
||
Previously I showed how we at Dotsub use Page Object pattern for Selenium testing. But we use one more abstraction to make end-to-end test m...
|
||
This blog post will provide example of end-to-end Selenium tests in Java with usage of Page Object pattern. Every responsible developer know...
|
||
I don't like equals method. It often requires very ugly code. Therefore I try to avoid need for it as much as possible. But how to compare o...
|
||
Historically I disliked creating design UML diagrams, because the tooling for it mostly requires drawing boxes and connecting them with line...
|
||
Since I started diving into automated testing and practicing TDD, verification of date values was pain. Luckily there is nice library for le...
|
||
Stack of application I am currently working on at Dotsub is based on Java/Spring Boot back-end and React/Redux front-end. To have confidence...
|
||
I was recently speeding up Gradle build on TravisCI for one Dotsub project. It builds Spring Boot based project (written in Java), but also ...
|
||
About a year ago, I wrote a blog post how to mock Spring Bean. Patterns described there were little bit invasive to the production code. As ...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler