All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pastdev.httpcomponents.tomcat.TomcatServerRule Maven / Gradle / Ivy

There is a newer version: 0.1.3
Show newest version
package com.pastdev.httpcomponents.tomcat;


import com.pastdev.httpcomponents.annotations.Server;
import com.pastdev.httpcomponents.junit.AbstractServerRule;
import com.pastdev.httpcomponents.server.Servers;
import com.pastdev.httpcomponents.server.TomcatServers;


public class TomcatServerRule extends AbstractServerRule {
    @Override
    protected Servers newServers( Server config ) throws Exception {
        return new TomcatServers( config );
    }

    @Override
    protected Servers newServers(
            com.pastdev.httpcomponents.annotations.Servers config )
            throws Exception {
        return new TomcatServers( config );
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy