forked from yegor256/takes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,13 +50,15 @@ | |
* @author Dmitry Zaytsev ([email protected]) | ||
* @version $Id$ | ||
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines) | ||
* @since 0.14.3 | ||
* @since 0.15.2 | ||
* @todo #42:30min/DEV when task #229 will be completed please add new check | ||
* for the form parameter "code" after line 75. This parameter should | ||
* be equals the variable with name "code", see line 65. | ||
*/ | ||
public final class PsGithubTest { | ||
/** | ||
* PsGithub can login. | ||
* @throws IOException If some problem inside | ||
* @checkstyle MultipleStringLiteralsCheck (500 lines) | ||
*/ | ||
@Test | ||
public void canLogin() throws IOException { | ||
|