Skip to content

Commit

Permalink
Relocate helper test classes (#1592)
Browse files Browse the repository at this point in the history
Move helper/utility test classes to "neutral" package (instead of being
in packages of specific add-ons), so that they can be used by all
add-ons without depending on each other, also, add JavaDoc to some
classes and methods.
Move common code useful for several test types to base class (TestUtils)
having other specific classes extend it (ActiveScannerTestUtils and
PassiveScannerTestUtils).
Parameterise PassiveScannerTestUtils and update tests accordingly.
  • Loading branch information
thc202 authored and psiinon committed May 4, 2018
1 parent b2e2775 commit 11a2116
Show file tree
Hide file tree
Showing 22 changed files with 856 additions and 550 deletions.
143 changes: 0 additions & 143 deletions test/org/zaproxy/zap/extension/ScannerTestUtils.java

This file was deleted.

0 comments on commit 11a2116

Please sign in to comment.