Skip to content

Unit tests should test interface and only interface #35

Open
@meg23

Description

@meg23

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:

  1. All types should be from the API interfaces
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions