|
ScalaTest 1.0
|
|
class
DuplicateTestNameException(testName : java.lang.String, failedCodeStackDepth : Int)
extends StackDepthExceptiontestName - the test name that was attempted to be registered twicefailedCodeStackDepth - the depth in the stack trace of this exception at which the line of code that attempted to register the test with the duplicate name resides.NullPointerException - if testName is null| Values and Variables inherited from StackDepthException | |
| message, cause |
| Values and Variables inherited from StackDepth | |
| failedCodeFileNameAndLineNumberString |
| Methods inherited from StackDepthException | |
| initCause |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
|
ScalaTest 1.0
|
|