• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package org.jsoup.helper;
2 
3 public class AuthenticationHandlerTest {
4     public static final int MaxAttempts = AuthenticationHandler.MaxAttempts;
5 
6     // tests are in ConnectionTest, ProxyTest. This class just makes the MaxAttempts visible for test.
7 }
8