Package hudson.views

Source Code of hudson.views.ListViewColumnTest

package hudson.views;

import hudson.model.ListView;
import org.jvnet.hudson.test.HudsonTestCase;

/**
* @author Kohsuke Kawaguchi
*/
public class ListViewColumnTest extends HudsonTestCase {
    public void testCreateView() throws Exception {
        hudson.addView(new ListView("test"));
        submit(createWebClient().goTo("view/test/configure").getFormByName("viewConfig"));
    }
}
TOP

Related Classes of hudson.views.ListViewColumnTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.