VOOZH about

URL: https://www.javacodegeeks.com/author/ted-vinke

⇱ Ted Vinke, Author at Java Code Geeks


  • Enterprise Java👁 Image
    Ted VinkeJuly 30th, 2020
    0 1,760

    Mockito: Why You Still Should Appreciate InjectMocks Annotation

    Anyone who has used Mockito for mocking and stubbing Java classes, probably is familiar with the InjectMocks-annotation. I seemed a…

    Read More »
  • Enterprise Java👁 Image
    Ted VinkeJuly 8th, 2020
    0 3,350

    Mockito: Cannot instantiate @InjectMocks field: the type is an abstract class

    Anyone who has used Mockito for mocking and stubbing Java classes, probably is familiar with the InjectMocks-annotation. Use this annotation…

    Read More »
  • Enterprise Java👁 Image
    Ted VinkeJuly 7th, 2020
    0 24,156

    Mockito: Cannot instantiate @InjectMocks field: the type is an interface

    Anyone who has used Mockito for mocking and stubbing Java classes, probably is familiar with the InjectMocks-annotation. Use this annotation…

    Read More »
  • Core Java👁 Image
    Ted VinkeJune 18th, 2020
    6 1,363

    Local records or classes to improve the readability of stream operations

    Java 14 came with the preview language feature of Records — a special lightweight class, comparable to similar constructs in…

    Read More »
  • Core Java👁 Image
    Ted VinkeDecember 24th, 2019
    1 693

    Functional Java by Example | Part 8 – More Pure Functions

    This is part 8, the last instalment of the series called “Functional Java by Example”. The example I’m evolving in…

    Read More »
  • Core Java👁 Image
    Ted VinkeMay 6th, 2019
    0 713

    Functional Java by Example | Part 7 – Treat Failures as Data Too

    This is part 7 of the series called “Functional Java by Example”. The example I’m evolving in each part of…

    Read More »
  • Core Java👁 Image
    Ted VinkeDecember 4th, 2018
    0 287

    Functional Java by Example | Part 6 – Functions as Parameters

    This is part 6 of the series called “Functional Java by Example”. The example I’m evolving in each part of…

    Read More »
  • Core Java👁 Image
    Ted VinkeNovember 16th, 2018
    0 211

    Functional Java by Example | Part 5 – Move I/O to the Outside

    This is part 5 of the series called “Functional Java by Example”. In previous part we stopped mutating our documents…

    Read More »
  • Core Java👁 Image
    Ted VinkeJune 19th, 2018
    2 227

    Functional Java by Example | Part 4 – Prefer Immutability

    This is part 4 of the series called “Functional Java by Example”. In previous part we talked a bit about…

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