public class

ConditionClassMatcher

extends DocumentMatcher
java.lang.Object
   ↳ org.hamcrest.BaseMatcher<T>
     ↳ org.hamcrest.TypeSafeMatcher<T>
       ↳ com.atlassian.jira.functest.matcher.DocumentMatcher
         ↳ com.atlassian.jira.functest.matcher.ConditionClassMatcher

Class Overview

Matches workflow XML files that have conditions with the given class name in them.

Summary

Public Constructors
ConditionClassMatcher(String className)
Public Methods
void describeTo(Description description)
static ConditionClassMatcher usesConditionClass(String className)
Protected Methods
boolean matchesDocument(Document document)
[Expand]
Inherited Methods
From class com.atlassian.jira.functest.matcher.DocumentMatcher
From class org.hamcrest.TypeSafeMatcher
From class org.hamcrest.BaseMatcher
From class java.lang.Object
From interface org.hamcrest.Matcher
From interface org.hamcrest.SelfDescribing

Public Constructors

public ConditionClassMatcher (String className)

Public Methods

public void describeTo (Description description)

public static ConditionClassMatcher usesConditionClass (String className)

Protected Methods

protected boolean matchesDocument (Document document)

Throws
Exception