提交 9d1ce54e 编写于 作者: K Kohsuke Kawaguchi

added a convenience method

上级 6051a1b2
......@@ -682,6 +682,11 @@ public abstract class HudsonTestCase extends TestCase implements RootAction {
return job;
}
protected <P extends Item> P configRoundtrip(P job) throws Exception {
submit(createWebClient().getPage(job,"configure").getFormByName("config"));
return job;
}
/**
* Performs a configuration round-trip testing for a builder.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册