Open
Description
From [email protected] on July 31, 2009 15:46:21
The unit tests packaged with ESAPI should only test the interface and not
contain code that is specific to the default implementations. This means
two things in particular:
- All types should be from the API interfaces
- Methods called on instances being tested should only reflect those in
the API
Specific tests that call methods not in the API:
- AuthenticatorTest.testSaveUsers
... more to come.
Original issue: http://code.google.com/p/owasp-esapi-java/issues/detail?id=25