IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.patterns.framework.test
Class AbstractTestUtil

java.lang.Object
  extended bycom.ibm.xtools.patterns.framework.test.AbstractTestUtil

public abstract class AbstractTestUtil
extends Object

This class defines utilty methods needed for the pattern test classes.


Constructor Summary
AbstractTestUtil()
           
 
Method Summary
abstract  void completeWrite()
          Complete a write action, close the undo interval.
abstract  void startRead()
          Start a read action, so the model client of this test case can read models.
abstract  void startWrite()
          Start a write action, so the model client of this test case can update models.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTestUtil

public AbstractTestUtil()
Method Detail

completeWrite

public abstract void completeWrite()
Complete a write action, close the undo interval.


startRead

public abstract void startRead()
Start a read action, so the model client of this test case can read models.


startWrite

public abstract void startWrite()
Start a write action, so the model client of this test case can update models.


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.