]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.tests.modelled.ui/src/org/simantics/tests/modelled/ui/STSExecutionListener.java
Ignore multiple modelled tests via context menu action
[simantics/platform.git] / bundles / org.simantics.tests.modelled.ui / src / org / simantics / tests / modelled / ui / STSExecutionListener.java
1 package org.simantics.tests.modelled.ui;
2
3 public interface STSExecutionListener {
4
5     void testExecuted();
6 }