-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Author Archives: Roland Krüger
How to use JUnit 5 @MethodSource-parameterized tests with Kotlin
When you use JUnit 5 for writing unit tests for your Kotlin code, there are a few things to be aware of to make this work smoothly. One of those things affect parameterized tests with @MethodSource. In this blog post, … Continue reading
Kotlin 1.3 has arrived
The next major release for the promising JVM language Kotlin by JetBrains has now been published (read the release notes here). The most prominent features of this version are the finalization of coroutines and a beta release for Kotlin/Native. Version … Continue reading
Posted in Other languages for the Java VM
Tagged coroutines, Kotlin, native, reactive programming, release
Leave a comment
Use null values in JUnit 5 parameterized tests
JUnit 5 allows you to parameterize your tests so that the same test case is executed repeatedly with a varying set of test parameters. This is similar to the parameterized test feature of JUnit 4, except now these tests are … Continue reading
Working with Maven dependencies not found in public repositories
One of the many pleasant advantages the dependency management of a modern build tool such as Maven or Gradle gives you is that you simply declare the set of dependencies your application needs and the build tool then takes care … Continue reading
Wie werde ich zum IDE Kung Fu-Meister?
Jede/r von uns SoftwareentwicklerInnen dürfte eine eigene Lieblingsentwicklungsumgebung haben, mit der man täglich gut und zufrieden arbeitet, über deren Funktionen man einen guten Überblick hat, und mit der die Arbeit bisher auch Spaß macht. Trotzdem wird bei den meisten von … Continue reading
Das Neo2 Tastaturlayout
In diesem Blog-Post geht es um Produktivität. Genauer gesagt um Entwicklerproduktivität. Das wichtigste Werkzeug für uns SoftwareentwicklerInnen ist die Tastatur. Wir benutzen die Tastatur praktisch den ganzen Tag. Es soll sogar SoftwareentwicklerInnen geben, die neben ihrer Arbeit im Büro am … Continue reading
JUnit 5.1.0 veröffentlicht
Die erst im September 2017 mit Version 5 erschienene Generalüberholung der Testbibliothek JUnit hat am 18. Februar 2018 ein neues Minor-Release erhalten. Die neue Version 5.1.0 bietet eine ganze Reihe von Verbesserungen, Bugfixes und neuen Features. Hervorzuheben sind die folgenden … Continue reading