ScalaTest 1.0
|
|
org/scalatest/PrivateMethodTester.scala
]
object
PrivateMethod
extends
AnyRefPrivateMethod
objects.Method Summary | |
def
|
apply
[T](methodName : scala.Symbol) : PrivateMethod[T]
Construct a new
PrivateMethod object with passed methodName symbol.
The type parameter, T , is the return type of the private method. |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
def
apply[T](methodName : scala.Symbol) : PrivateMethod[T]
PrivateMethod
object with passed methodName
symbol.
The type parameter, T
, is the return type of the private method.methodName -
a Symbol
representing the name of the private method to invokeNullPointerException -
if methodName
is null
ScalaTest 1.0
|
|