• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Ekryd / sortpom / 3807

15 Oct 2024 05:03PM CUT coverage: 99.841%. Remained the same
3807

push

circleci

web-flow
chore(deps): update dependency org.mockito:mockito-core to v5.14.2

1256 of 1258 relevant lines covered (99.84%)

1.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/sorter/src/main/java/sortpom/logger/SortPomLogger.java
1
package sortpom.logger;
2

3
/**
4
 * @author bjorn
5
 * @since 2012-12-21
6
 */
7
public interface SortPomLogger {
8
  /**
9
   * Send a message to the log in the <b>warn</b> error level.
10
   *
11
   * @param content warning message
12
   */
13
  void warn(String content);
14

15
  /**
16
   * Send a message to the log in the <b>info</b> error level.
17
   *
18
   * @param content info message
19
   */
20
  void info(String content);
21

22
  /**
23
   * Send a message to the log in the <b>error</b> error level.
24
   *
25
   * @param content error message
26
   */
27
  void error(String content);
28
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc