📄 testcreator.java
字号:
package xyz.frame.plugin;import xyz.frame.LogicRequest;/** * Creates a test based in a request and * * @author Guilherme Silveira */public interface TestCreator { void execute(Object component, LogicRequest request, String result); /** * Should execute redirection or not. * * @return false if the creator already did the redirection */ boolean shouldRedirect();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -