Interface MethodAssignment<NextT>
public interface MethodAssignment<NextT>
Assigns the previous action to a particular
Method
.-
Method Summary
-
Method Details
-
forMethod
Assigns to theMethod
by name.- Parameters:
name
- the name of theMethod
- Returns:
- the next element in the builder chain
-
forMethod
Assigns to theMethod
by name and parameters.- Parameters:
name
- the name of theMethod
args
- the arguments to match- Returns:
- the next element in the builder chain
-
forMethod
Assigns to the suppliedMethod
by name and parameters.- Returns:
- the next element in the builder chain
-