Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

テストクラス作成機能でJobFlowのテストクラスが作成できない #43

Closed
ironpeace opened this issue Oct 14, 2014 · 1 comment
Labels

Comments

@ironpeace
Copy link

メニューには「New JobFlow/FlowPart Test class ...」とありますが、
ダイアログの「Class under test」でJobFlowクラスを指定すると、
「is not FlowPart class」とエラーが出ます。

バージョンは以下の通りです。
Asakusa Framework : 0.7.0
Mac OS X 10.9.5
Java 1.7.0_25
DMDL EditorX Feature 0.0.1.201410041324
Xtend IDE 2.7.2.v201409160908
Xtend Library for GWT 2.7.2.v201409160908
Xtext Complete SDK 2.7.2.v201409160908
Xtext Redistributable 2.7.2.v201409160908

@hishidama hishidama added the bug label Oct 15, 2014
@hishidama
Copy link
Owner

基本的な操作としては、パッケージエクスプローラーまたはエディター上で対象ジョブフローまたはフローパートクラスを選択してから「New JobFlow/FlowPart Test class」メニューを実行することを想定しています。

最初に選択されているものがジョブフローおよびフローパートクラスでない場合、
フローパートであると見做してチェックを行う為、
「Class under test」でジョブフロークラスを選択しても「is not FlowPart」のエラーになってしまいます。

が、確かに「Class under test」でジョブフロー・フローパートを切り替えても大丈夫なようにすべきだと思うので、修正します。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants