You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See title.
Even with simple tests the log output gets pretty huge and unreadable rather quickly because there are usually many interactions with the MockSpi object. I would prefer one-liners.
For reference, the close() method and its logging:
https://github.com/Pi4J/pi4j-v2/blob/8d8f1574f926dfd2961356cf015dcbd58e50664e/plugins/pi4j-plugin-mock/src/main/java/com/pi4j/plugin/mock/provider/spi/MockSpi.java#L73C8-L79C23
See title.
Even with simple tests the log output gets pretty huge and unreadable rather quickly because there are usually many interactions with the MockSpi object. I would prefer one-liners.
For reference, the
close()
method and its logging:It's similar with all methods, even
read()
andwrite()
The text was updated successfully, but these errors were encountered: