Seit einigen Jahren rüste ich mein Haus auf KNX um. Hierfür habe ich viele Standard KNX-Module erworben, um Heizkörper, Licht
WeiterlesenUltraschallsensor HC-SR04 am Calliope Mini
Es war schon etwas schwerer einen Ultraschallsensor zu finden, der sich mit der 3V Batterieversorgung am Calliope begnügt. Nach einer
WeiterlesenWetterstation ELV WS980WiFi
Abrufen von Wetterdaten der ELV WS980WiFi mit Hilfe eines Spring Boot Microservices.
WeiterlesenMotorsteuerung Calliope Mini für LEGO 9V-Motoren
Wie baut man eine Steuerung für LEGO 9V-Motoren mit dem DC Motor + Stepper FeatherWing auf Basis des PCY9685 und TB6612.
WeiterlesenTest private methods
Sometimes a method you want to test is private and cannot be called directly from a junit test. Of course
WeiterlesenSimple test with Spring services and mocks
This is a sample how to use mocks in a junit test class:
WeiterlesenMocking a Spring service with Mockito for a JUnit test
First define the bean to be mocked in your XML like this Then you can inject it into other beans
WeiterlesenLogging SQL-Statements with IBatis on Wildfly
Depending on what you want to see, you can enable logging for iBATIS in your logging configuration like this: iBATIS
WeiterlesenCapture arguments from a mocked service call
If you like to get the arguments of a mocked service call SERVICEMETHOD you can use this Now you can
WeiterlesenDefine Spring Beans inline JUnit test
Sometimes you like to define some Spring beans in a JUnit test and do not want to create extra files
Weiterlesen