Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaperMC/Paper
/ testHighest
Method
testHighest
paper-api/src/test/java/org/bukkit/NoteTest.java:123–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
121
}
122
123
@Test
124
public
void
testHighest() {
125
Note note =
new
Note(2, Note.Tone.F, true);
126
assertEquals(note.getId(), (byte) 24);
127
}
128
129
@Test
130
public
void
testLowest() {
Callers
nothing calls this directly
Calls
1
getId
Method · 0.95
Tested by
no test coverage detected