org.drools.fluent.test.impl
Class ReflectiveMatcherFactory
java.lang.Object
org.drools.fluent.test.impl.ReflectiveMatcherFactory
public class ReflectiveMatcherFactory
- extends Object
|
Method Summary |
org.drools.fluent.test.ReflectiveMatcherAssert |
assertThat(String string)
|
org.drools.fluent.test.ReflectiveMatcherAssert |
assertThat(String actual,
org.drools.fluent.test.ReflectiveMatcher matcher)
|
List<String> |
getStaticImports()
|
static org.drools.fluent.test.ReflectiveMatcher |
matcher(String name,
Object object)
|
static org.drools.fluent.test.ReflectiveMatcher |
matcher(String name,
org.drools.fluent.test.ReflectiveMatcher... matchers)
|
static org.drools.fluent.test.ReflectiveMatcher |
matcher(String name,
org.drools.fluent.test.ReflectiveMatcher matcher)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectiveMatcherFactory
public ReflectiveMatcherFactory(List<String> staticImports)
getStaticImports
public List<String> getStaticImports()
assertThat
public org.drools.fluent.test.ReflectiveMatcherAssert assertThat(String string)
assertThat
public org.drools.fluent.test.ReflectiveMatcherAssert assertThat(String actual,
org.drools.fluent.test.ReflectiveMatcher matcher)
matcher
public static org.drools.fluent.test.ReflectiveMatcher matcher(String name,
Object object)
matcher
public static org.drools.fluent.test.ReflectiveMatcher matcher(String name,
org.drools.fluent.test.ReflectiveMatcher matcher)
matcher
public static org.drools.fluent.test.ReflectiveMatcher matcher(String name,
org.drools.fluent.test.ReflectiveMatcher... matchers)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.