Packages

package invocation

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Package Members

  1. package instrumentation

Type Members

  1. case class InvocationCountMatcher(classMatcher: ClassMatcher, methodMatcher: MethodMatcher) extends Product with Serializable

    Object that matches the methods whose invocations should be counted.

    Object that matches the methods whose invocations should be counted.

    classMatcher

    matches full class name given in internal format ('/' instead of a '.' as a separator)

    methodMatcher

    matches a specific method

Value Members

  1. object InvocationCountMatcher extends Serializable

Ungrouped