![JAR search and dependency download from the Maven repository](/logo.png)
org.easyb.plugin.ui.EasybView Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of intellij-plugin Show documentation
Show all versions of intellij-plugin Show documentation
A plugin that enables easyb spec execution in IntelliJ
The newest version!
package org.easyb.plugin.ui;
public interface EasybView {
void addBehaviorResult(T result);
void addBehaviorResult(T parent, T result);
void displayFailure(Throwable failure);
void writeOutput(String text);
void writeConsole(String text);
void refresh();
void registerEventListener(ViewEventListener listener);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy