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

FIWARE / contract-management / #13

26 Sep 2023 05:55AM UTC coverage: 1.63%. First build
#13

Pull #1

pulledtim
Tests and docu
Pull Request #1: init

143 of 143 new or added lines in 11 files covered. (100.0%)

241 of 14788 relevant lines covered (1.63%)

0.02 hits per line

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

50.0
/src/main/java/org/fiware/iam/exception/TMForumException.java
1
package org.fiware.iam.exception;
2

3
public class TMForumException extends RuntimeException{
4
    public TMForumException(String message) {
5
        super(message);
×
6
    }
×
7

8
    public TMForumException(String message, Throwable cause) {
9
        super(message, cause);
1✔
10
    }
1✔
11
}
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

© 2026 Coveralls, Inc