이름 |
설명 |
AggregateContextIdentifier |
Uses multiple child identifiers - the first one that returns non-null result would
be the winner. |
AggregatePatternIdentifier |
Uses multiple child identifiers - the first one that returns non-null result would
be the winner. |
CachedContextIdentifier |
Decorates actual identifier and caches its answers per suite. |
ContextInterfaceBasedContextIdentifier |
Identifier that uses context interfaces to guess which one is target. |
ContextInterfaceBasedPatternIdentifier |
Identifier that uses context interfaces to guess the pattern type. |
ContextSnippetGenerator |
Generates snippets for a context class. |
FixedContextIdentifier |
Identifier that always returns same context, if it is defined in the suite. |
FixedPatternIdentifier |
Identifier that always returns same pattern type. |