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

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

package com.formos.tapestry.testify.internal;

import org.apache.tapestry5.internal.test.TestableCookieSinkSource;

import com.formos.tapestry.testify.core.TestifyConstants;

/**
 * Adapts Tapestry's {@link TestableCookieSinkSource} so it implements a
 * service interface, so it can be proxied and so we can create a
 * {@link TestifyConstants#PERTEST} scoped version of it. 
 */
public class TestifyCookieSinkSource extends TestableCookieSinkSource implements CookieSinkSource {
	// No implementation needed - adapting to the CookieSinkSource interface is trivial
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy