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

com.formos.tapestry.testify.internal.CookieSinkSource Maven / Gradle / Ivy

package com.formos.tapestry.testify.internal;

import org.apache.tapestry5.internal.services.CookieSink;
import org.apache.tapestry5.internal.services.CookieSource;

/**
 * Unifies the {@link CookieSink} and {@link CookieSource} interfaces
 * to create an interface for the combined (test) service.
 */
public interface CookieSinkSource extends CookieSink, CookieSource {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy