[Java] Annotation Type NotYetImplemented

  • groovy.transform.NotYetImplemented

Method annotation used to invert test case results. If a JUnit 3/4 test case method is annotated with @NotYetImplemented the test will fail if no test failure occurs and it will pass if a test failure occurs.

This is helpful for tests that don't currently work but should work one day, when the tested functionality has been implemented.

The idea for this AST transformation originated in GroovyTestCase.notYetImplemented.

Authors:
Dierk Knig
Andre Steingress
Ilinca V. Hallberg
Bjrn Westlin
Since:
2.0.0

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/transform/NotYetImplemented.html