Keyword.java

1
package com.github.dakusui.symfonion.song;
2
3
public enum Keyword {
4
	accent,
5
	aftertouch,
6
	arpeggio,
7
	bank,
8
	beats,
9
	body,
10
	channel,
11
	chorus,
12
	DEFAULT {
13
		@Override
14
		public String toString() {
15 1 1. toString : replaced return value with "" for com/github/dakusui/symfonion/song/Keyword$1::toString → KILLED
			return "default";
16
		}
17
	},
18
	device,
19
	devices,
20
	gate,
21
	groove,
22
	grooves,
23
	include,
24
	length,
25
	mididevice,
26
	modulation,
27
	name,
28
	normal,
29
	notemap,
30
	notemaps,
31
	notes,
32
	pan,
33
	parts,
34
	percussion,
35
	pitch,
36
	port,
37
	program,
38
	reverb,
39
	sequence,
40
	settings,
41
	sysex,
42
	tempo,
43
	transpose,
44
	velocitybase,
45
	velocitydelta,
46
	volume,
47
	ticks,
48
	labels,
49
}

Mutations

15

1.1
Location : toString
Killed by : com.github.dakusui.symfonion.cli.CliUtilsTest.[engine:junit-jupiter]/[class:com.github.dakusui.symfonion.cli.CliUtilsTest]/[method:givenDefaultPortName_whenComposeOutputFile_thenFileComposedFromGivenName()]
replaced return value with "" for com/github/dakusui/symfonion/song/Keyword$1::toString → KILLED

Active mutators

Tests examined


Report generated by PIT 1.19.1