| org.netbeans.junit.AssertionKnownBugError
AssertionKnownBugError | public class AssertionKnownBugError extends AssertionFailedError (Code) | | Error thrown in case of test failed by known bug.
It describes the failure and holds the bug ID number.
author: kaktus version: 1.0 |
Field Summary | |
protected int | bugID |
bugID | protected int bugID(Code) | | |
AssertionKnownBugError | public AssertionKnownBugError(int bugID)(Code) | | Creates new AssertionKnownBugError
Parameters: bugID - The bug number according bug report system. |
AssertionKnownBugError | public AssertionKnownBugError(int bugID, String message)(Code) | | Creates new AssertionKnownBugError
Parameters: bugID - The bug number according bug report system. Parameters: message - The error description message. |
getBugID | public int getBugID()(Code) | | Returnes bug ID number
bugID The bug number according bug report system. |
|
|