Invocation
org.scalatest.PrivateMethodTester.Invocation
Class whose instances represent an invocation of a private method. Instances of this class contain the name of the private method (methodName
) and the arguments to pass to it during the invocation (args
). The type parameter, T
, is the return type of the private method.
Value parameters
- args
-
zero to many arguments to pass to the private method when invoked
- methodName
-
a
Symbol
representing the name of the private method to invoke
Attributes
- Throws
-
NullArgumentException
if
methodName
isnull
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article