EndPreparation.java

1
/*******************************************************************************
2
 * Copyhacked (H) 2012-2025.
3
 * This program and the accompanying materials
4
 * are made available under no term at all, use it like
5
 * you want, but share and discuss it
6
 * every time possible with every body.
7
 * 
8
 * Contributors:
9
 *      ron190 at ymail dot com - initial implementation
10
 ******************************************************************************/
11
package com.jsql.view.swing.interaction;
12
13
import com.jsql.view.interaction.InteractionCommand;
14
import com.jsql.view.swing.util.MediatorHelper;
15
16
/**
17
 * End the refreshing of the main Start injection button.
18
 */
19
public class EndPreparation implements InteractionCommand {
20
    
21
    public EndPreparation(Object[] interactionParams) {
22
        // Do nothing
23
    }
24
25
    @Override
26
    public void execute() {
27 1 1. execute : removed call to com/jsql/view/swing/panel/address/PanelTrailingAddress::endPreparation → NO_COVERAGE
        MediatorHelper.panelAddressBar().getPanelTrailingAddress().endPreparation();
28 1 1. execute : negated conditional → NO_COVERAGE
        if (MediatorHelper.model().shouldErasePreviousInjection()) {
29 1 1. execute : removed call to com/jsql/view/swing/tab/TabManagersCards::endPreparation → NO_COVERAGE
            MediatorHelper.tabManagersCards().endPreparation();
30
        }
31
    }
32
}

Mutations

27

1.1
Location : execute
Killed by : none
removed call to com/jsql/view/swing/panel/address/PanelTrailingAddress::endPreparation → NO_COVERAGE

28

1.1
Location : execute
Killed by : none
negated conditional → NO_COVERAGE

29

1.1
Location : execute
Killed by : none
removed call to com/jsql/view/swing/tab/TabManagersCards::endPreparation → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.19.1