VOOZH about

URL: https://www.javacodegeeks.com/author/sandra-parsick

⇱ Sandra Parsick, Author at Java Code Geeks


  • Enterprise Java👁 Image
    Sandra ParsickJune 15th, 2020
    0 1,202

    Test Coverage Reports For Maven Projects In SonarQube 8.3.x

    Some years ago I write a blog post about how to generate test reports in SonarQube separate in test report…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Sandra ParsickMay 25th, 2020
    0 1,976

    Using Testcontainers in Spring Boot Tests For Database Integration Tests

    In this blog post I’d like to demonstrate how I integrate Testcontainers in Spring Boot tests for running integration tests…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Sandra ParsickSeptember 23rd, 2019
    0 439

    Strategy Pattern Revisited With Spring

    This blog post wants to show another approach how to implement the Strategy Pattern with dependency injection. As DI framework,…

    Read More »
  • Enterprise Java👁 Image
    Sandra ParsickMarch 25th, 2019
    0 277

    Maven Project Setup for Mixing Spock 1.x and JUnit 5 Tests

    I create a sample Groovy project for Maven, that mixes Spock tests and JUnit 5 tests in one project. In…

    Read More »
  • Enterprise Java👁 Image
    Sandra ParsickJanuary 22nd, 2019
    0 855

    Using JUnit 5 In Pre-Java 8 Projects

    This post demonstrates how JUnit 5 can be used in pre-Java 8 projects and explains why it could be a…

    Read More »
  • Software Development👁 Image
    Sandra ParsickOctober 22nd, 2018
    0 196

    How to Format a Large Code Base Automatically

    If you introduce code formatting rules retroactively, you have to solve the problem how to format existing code base according…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sandra ParsickMarch 30th, 2018
    1 482

    Mocking SecurityContext in Jersey Tests

    Jersey has a great possibility to write integration test for REST-APIs, written with Jersey. Just extend the class JerseyTest and…

    Read More »
  • Software Development👁 Image
    Sandra ParsickJanuary 4th, 2018
    0 254

    Pimp My Git – Generate Content for .gitignore From the Scratch

    When I start a new Git repository, I lose a lot of time to set up my .gitignore file and…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sandra ParsickSeptember 26th, 2017
    0 537

    Generate P2 Repository From Maven Artifacts In 2017

    Some years ago, I wrote a blog post about how to generate a P2 repository based on Maven artifacts. That…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close