org.scalatest.PrivateMethodTester
Construct a new PrivateMethod
object with passed methodName
symbol.
Construct a new PrivateMethod
object with passed methodName
symbol.
The type parameter, T
, is the return type of the private method.
a Symbol
representing the name of the private method to invoke
NullArgumentException
if methodName
is null
Contains a factory method for instantiating
PrivateMethod
objects.