/* * Copyright LGPL3 * YES Technology Association * http://yestech.org * * http://www.opensource.org/licenses/lgpl-3.0.html */ package org.yestech.lib.web.filter; import org.junit.Before; import org.junit.Test; import org.junit.Ignore; /** * * */ @Ignore public class HttpToHttpsSendRedirectFilterUnitTest { @Before public void setUp() { // Add your code here } @Test public void testDoFilter() { // Add your code here } }