-
Notifications
You must be signed in to change notification settings - Fork 0
Add TestCaseSeeTagRule #11
Open
Assignees
Description
Rule: Every test class MUST link to the class it's testing via a @see tag on the top level of the test class below the class name. The link MUST NOT use the fully qualified namespace but the use statement.