org.megatome.knowndefect.annotations
Annotation Type KnownDefect


@Target(value=METHOD)
@Retention(value=CLASS)
@Documented
public @interface KnownDefect

Annotation to be used when creating characterization tests. Characterization tests are commonly used when changing legacy code to document the current behavior of the system. Quite often, this behavior contains defects. To make the characterization test pass, it must be written to expect the defect. Use this annotation to mark code written in this manner so the defect is explicitly called out and does not get lost.

Author:
cjohnston

Optional Element Summary
 String value
          Simple description of the defect annotated.
 

value

public abstract String value
Simple description of the defect annotated.

Returns:
Description
Default:
""


Copyright (C) 2009, Megatome Technologies
All Rights Reserved