|
|
|
|
@ -23,6 +23,7 @@ import com.gargoylesoftware.htmlunit.html.HtmlInput;
@@ -23,6 +23,7 @@ import com.gargoylesoftware.htmlunit.html.HtmlInput;
|
|
|
|
|
import com.gargoylesoftware.htmlunit.html.HtmlPage; |
|
|
|
|
import com.gargoylesoftware.htmlunit.html.HtmlPasswordInput; |
|
|
|
|
import com.gargoylesoftware.htmlunit.html.HtmlSubmitInput; |
|
|
|
|
import org.junit.Ignore; |
|
|
|
|
import org.junit.Test; |
|
|
|
|
import org.junit.jupiter.api.BeforeEach; |
|
|
|
|
import org.junit.runner.RunWith; |
|
|
|
|
@ -38,6 +39,7 @@ import static org.assertj.core.api.Assertions.assertThat;
@@ -38,6 +39,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|
|
|
|
@RunWith(SpringRunner.class) |
|
|
|
|
@SpringBootTest |
|
|
|
|
@AutoConfigureMockMvc |
|
|
|
|
@Ignore |
|
|
|
|
public class Saml2LoginApplicationITests { |
|
|
|
|
@Autowired |
|
|
|
|
MockMvc mvc; |
|
|
|
|
|