testmycode / tmc-netbeans

Test My Code NetBeans plugin
GNU General Public License v2.0
19 stars 18 forks source link

Move points annotation into its own jar #18

Closed mpartel closed 12 years ago

mpartel commented 12 years ago

Consider putting @Points in its own jar, separate from tmc-javalib. Such a jar would be much more stable and allow tmc-javalib's test running code to vary. The test scanner could look for the annotation by its fully qualified name to avoid linking to it, if necessary.

mpartel commented 12 years ago

Done. Will now add tmc-junit-runner as a dependency to tmc-netbeans.