hablutzel1 / GenerateTestCases

Behaviour Driven Development plugin for IntelliJ IDEA
18 stars 11 forks source link

allow to disable tests without deleting them #21

Open hablutzel1 opened 13 years ago

hablutzel1 commented 13 years ago

If a JUNIT 4 test is marked as @Ignore or doesn't have a @Test the @should annotation should display an alert If a JUNIT 3 test is disabled (how to disable one of them without changing its name) at purpose the same should apply for the @should annotation

Implement an strategy for detecting if a test is disabled at test framework level