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

FIWARE / contract-management / #26

28 Jan 2025 10:59AM UTC coverage: 0.982% (-0.6%) from 1.629%
#26

push

web-flow
Merge pull request #3 from FIWARE/tpp-integration

Tpp integration

99 of 500 new or added lines in 14 files covered. (19.8%)

4 existing lines in 3 files now uncovered.

281 of 28625 relevant lines covered (0.98%)

0.01 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/TrustedIssuersException.java
1
package org.fiware.iam.exception;
2

3
/**
4
 * Exception to be thrown in case of issues with the trusted-issuers-list
5
 */
6
public class TrustedIssuersException extends RuntimeException {
7

8
        public TrustedIssuersException(String message) {
NEW
9
                super(message);
×
NEW
10
        }
×
11

12
        public TrustedIssuersException(String message, Throwable cause) {
13
                super(message, cause);
1✔
14
        }
1✔
15
}
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