philipa
philipa
Any plans to support the equivalent of Java's `org.mockito.verification.Timeout`?
Unless I'm missing something - there's no documentation about decorators? I'd would find this useful - every time I forget what they mean I end up reading the source.
When I stop the boat, I turn off the GPS. If I later add some maintenance entry to the signalk-logbook, it uses the stale `navigation.datetime`, although it is coded to...
I'm finding the following useful: ``` public static Matcher debugContaining(String substring) { return formattedMessageMatches(Level.DEBUG, substring); } /// etc. private static Matcher formattedMessageMatches( final Level debug, final String substring) { return...