Search in sources :

Example 1 with ActionRetractFactPlugin

use of org.drools.workbench.screens.guided.dtable.client.wizard.column.plugins.ActionRetractFactPlugin in project drools-wb by kiegroup.

the class PluginHandlerTest method testEditWhenColumnIsAnActionRetractFactCol52.

@Test
public void testEditWhenColumnIsAnActionRetractFactCol52() {
    final ActionRetractFactCol52 originalColumn = mock(ActionRetractFactCol52.class);
    final ActionRetractFactPlugin plugin = spy(new ActionRetractFactPlugin(patternToDeletePage, additionalInfoPage, event, translationService));
    testEditActionColumn(plugin, actionRetractFactPlugin, originalColumn);
}
Also used : ActionRetractFactCol52(org.drools.workbench.models.guided.dtable.shared.model.ActionRetractFactCol52) ActionRetractFactPlugin(org.drools.workbench.screens.guided.dtable.client.wizard.column.plugins.ActionRetractFactPlugin) Test(org.junit.Test)

Aggregations

ActionRetractFactCol52 (org.drools.workbench.models.guided.dtable.shared.model.ActionRetractFactCol52)1 ActionRetractFactPlugin (org.drools.workbench.screens.guided.dtable.client.wizard.column.plugins.ActionRetractFactPlugin)1 Test (org.junit.Test)1