MainMenu.java

1
package g0803.bindingofshiba.model.menu;
2
3
import g0803.bindingofshiba.model.game.Game;
4
import g0803.bindingofshiba.state.game.GameState;
5
6
public class MainMenu extends Menu {
7
8
    public MainMenu() {
9
        super(
10
                "Binding of Shiba",
11 1 1. lambda$new$0 : removed call to g0803/bindingofshiba/App::setState → NO_COVERAGE
                new MenuOption("Play", app -> app.setState(new GameState(new Game()))),
12 1 1. lambda$new$1 : removed call to g0803/bindingofshiba/App::setState → NO_COVERAGE
                new MenuOption("Exit", app -> app.setState(null)));
13
    }
14
}

Mutations

11

1.1
Location : lambda$new$0
Killed by : none
removed call to g0803/bindingofshiba/App::setState → NO_COVERAGE

12

1.1
Location : lambda$new$1
Killed by : none
removed call to g0803/bindingofshiba/App::setState → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.7.0