/**
   * Run the void processPathConfig(String,String) method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 4/19/14 3:12 PM
   */
  @Test
  public void testProcessPathConfig_2() throws Exception {
    BasicHttpAuthenticationFilter fixture = new BasicHttpAuthenticationFilter();
    fixture.pathMatcher = new AntPathMatcher();
    fixture.appliedPaths = new LinkedHashMap();
    String path = "";
    String config = null;

    fixture.processPathConfig(path, config);

    // add additional test code here
  }