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

wz2cool / local-queue / #7

28 Jan 2025 12:17PM UTC coverage: 92.582% (+0.1%) from 92.442%
#7

push

wz2cool
save message to queue

23 of 24 new or added lines in 5 files covered. (95.83%)

337 of 364 relevant lines covered (92.58%)

0.93 hits per line

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

85.71
/src/main/java/com/github/wz2cool/localqueue/model/message/BaseInternalMessage.java
1
package com.github.wz2cool.localqueue.model.message;
2

3
public class BaseInternalMessage {
1✔
4

5
    protected String content;
6
    protected long writeTime;
7

8
    public String getContent() {
9
        return content;
1✔
10
    }
11

12
    public void setContent(String content) {
13
        this.content = content;
1✔
14
    }
1✔
15

16
    public long getWriteTime() {
NEW
17
        return writeTime;
×
18
    }
19

20
    public void setWriteTime(long writeTime) {
21
        this.writeTime = writeTime;
1✔
22
    }
1✔
23
}
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