MCPcopy Create free account
hub / github.com/PaperMC/Paper / testLowest

Method testLowest

paper-api/src/test/java/org/bukkit/NoteTest.java:129–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 }
128
129 @Test
130 public void testLowest() {
131 Note note = new Note(0, Note.Tone.F, true);
132 assertEquals(note.getId(), (byte) 0);
133 }
134
135 @Test
136 public void doo() {

Callers

nothing calls this directly

Calls 1

getIdMethod · 0.95

Tested by

no test coverage detected