Class EngineTester

java.lang.Object
org.eclipse.core.expressions.PropertyTester
org.eclipse.ease.ui.propertytester.EngineTester
All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester

public class EngineTester
extends org.eclipse.core.expressions.PropertyTester
  • Constructor Summary

    Constructors
    Constructor Description
    EngineTester()  
  • Method Summary

    Modifier and Type Method Description
    boolean test​(Object receiver, String property, Object[] args, Object expectedValue)  

    Methods inherited from class org.eclipse.core.expressions.PropertyTester

    handles, instantiate, internalCreateDescriptor, internalInitialize, isDeclaringPluginActive, isInstantiated

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EngineTester

      public EngineTester()
  • Method Details