org.drools.fluent.test.impl
Class ReflectiveMatcherFactory

java.lang.Object
  extended by org.drools.fluent.test.impl.ReflectiveMatcherFactory

public class ReflectiveMatcherFactory
extends Object


Constructor Summary
ReflectiveMatcherFactory(List<String> staticImports)
           
 
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
 

Constructor Detail

ReflectiveMatcherFactory

public ReflectiveMatcherFactory(List<String> staticImports)
Method Detail

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-2012 JBoss by Red Hat. All Rights Reserved.