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

hyperwallet / java-sdk / #695

16 May 2025 12:19AM CUT coverage: 96.097%. Remained the same
#695

push

web-flow
Deprecate Double to String (#220)

* Deprecate Double to String

* Fix unit test

* Prepare to release 1.9.7

5048 of 5253 relevant lines covered (96.1%)

65.7 hits per line

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

50.0
/src/main/java/com/hyperwallet/clientsdk/model/HyperwalletAuthenticationToken.java
1
package com.hyperwallet.clientsdk.model;
2

3
import javax.xml.bind.annotation.XmlAccessType;
4
import javax.xml.bind.annotation.XmlAccessorType;
5
import javax.xml.bind.annotation.XmlRootElement;
6

7
@XmlRootElement
8
@XmlAccessorType(XmlAccessType.FIELD)
9
public class HyperwalletAuthenticationToken {
1✔
10

11
    private String value;
12

13
    public String getValue() {
14
        return value;
×
15
    }
16
}
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