net.sf.qualitytest.blueprint
Interface Match


public interface Match

A utility interface to have a more readable API. This class holds possible method matching strategies.

Author:
Dominik Seichter

Field Summary
static MatchingStrategy BUILDER_METHODS
          Match all public methods of classes with a name ending in "Builder".
static MatchingStrategy SETTER_METHODS
          Match all methods which are setter-methods.
 

Field Detail

BUILDER_METHODS

static final MatchingStrategy BUILDER_METHODS
Match all public methods of classes with a name ending in "Builder".


SETTER_METHODS

static final MatchingStrategy SETTER_METHODS
Match all methods which are setter-methods.



Copyright © 2012-2013. All Rights Reserved.