Package net.sourceforge.cruisecontrol

Examples of net.sourceforge.cruisecontrol.LogFileSetupDecorator


public class BuildInfoTagTest extends TestCase {
    private MockPageContext pageContext;
    private BuildInfoTag tag;

    public static Test suite() {
        return new LogFileSetupDecorator(new TestSuite(BuildInfoTagTest.class));
    }
View Full Code Here


    private ArtifactsLinkTag tag;
    private MockPageContext pageContext;
    private MockServletRequest request;

    public static Test suite() {
        return new LogFileSetupDecorator(new TestSuite(ArtifactsLinkTagTest.class));
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.cruisecontrol.LogFileSetupDecorator

Copyright © 2018 www.massapicom. 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.