eugenp / tutorials

Just Announced - "Learn Spring Security OAuth":

Home Page:http://bit.ly/github-lsso

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ISSUE] @Disable should be @Disabled

tasosz opened this issue · comments

Article and Module Links
A Guide to JUnit 5

Describe the Issue
In section 3.2

@Disable – disables a test class or method (previously @Ignore)

should read:

@Disabled – disables a test class or method (previously @Ignore)

https://junit.org/junit5/docs/current/api/org.junit.jupiter.api/org/junit/jupiter/api/Disabled.html

Hey, @tasosz.

Thanks for the feedback. We'll update the article to fix this.

Hey, @tasosz.

Article updated.