Пример #1
0
 // noteDurationTest()
 @Test
 public void noteDurationTest() {
   Note a = new Note(2, new Pitch('A'));
   assertTrue(2 == a.duration());
 }