提交 982be478 编写于 作者: K Kohsuke Kawaguchi 提交者: Stephen Connolly

added a convenience method

上级 ebd6981d
......@@ -787,6 +787,11 @@ public abstract class HudsonTestCase extends TestCase implements RootAction {
return (C)computerConnectorTester.connector;
}
protected <V extends View> V configRoundtrip(V view) throws Exception {
submit(createWebClient().getPage(view, "configure").getFormByName("viewConfig"));
return view;
}
/**
* Asserts that the outcome of the build is a specific outcome.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册