protected void expectErrorLogging(final int numberOfloggings, final Runnable block) { final LoggingTester.LogCapture loggings = LoggingTester.captureLogging(Level.ERROR, JvmTypesBuilder.class, block); loggings.assertNumberOfLogEntries(numberOfloggings); }