Skip to content

Commit

Permalink
add apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Sep 19, 2023
1 parent 0be39d9 commit 567f61d
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@ Pattern getPattern()
}
};


/**
* Processes {@link DecoupledIgnore} annotations.
*
* Ensures that test cases disabled with that annotation can still not pass.
* If the error is as expected; the testcase is marked as "ignored".
*/
public static class DecoupledIgnoreProcessor implements TestRule
{
public Statement apply(Statement base, Description description)
Expand Down

0 comments on commit 567f61d

Please sign in to comment.