org.scalatest.PrivateMethodTester.PrivateMethod
See thePrivateMethod companion object
Represent a private method, whose apply method returns an Invocation
object that records the name of the private method to invoke, and any arguments to pass to it when invoked. The type parameter, T
, is the return type of the private method.
Value parameters
- methodName
-
a
Symbol
representing the name of the private method to invoke
Attributes
- Throws
-
NullArgumentException
if
methodName
isnull
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article