org.eclipse.emf.test.tools.merger.facade
Class CommentOutTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.emf.test.tools.merger.facade.BaseFacadeTest
              extended by org.eclipse.emf.test.tools.merger.facade.CommentOutTest
All Implemented Interfaces:
junit.framework.Test

public class CommentOutTest
extends BaseFacadeTest

Tests comment out feature by modifying and commenting out nodes.

See Also:
FacadeHelper.commentOut(org.eclipse.emf.codegen.merge.java.facade.JNode)

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.test.tools.merger.facade.BaseFacadeTest
BaseFacadeTest.Operation
 
Field Summary
 
Fields inherited from class org.eclipse.emf.test.tools.merger.facade.BaseFacadeTest
baseDataDirectory, compilationUnit, compilationUnitFile, compilationUnitFileName, facadeHelper, testDirectoryName
 
Constructor Summary
CommentOutTest()
           
 
Method Summary
protected  JType getType()
           
 void testAnnotation()
           
 void testCommentOutAndRemove()
           
 void testField()
           
 void testMethod()
           
 void testNestedCommentOut()
           
 void testType()
           
 
Methods inherited from class org.eclipse.emf.test.tools.merger.facade.BaseFacadeTest
addChild, adjustJavaCoreOptions, insertSibling, instanciateFacadeHelper, remove, removeAllChildren, removeAllChildren, rewriteAndCompare, rewriteAndCompare, setUp, testNoChildren, testNoChildren, updateNoChildren, updateNoChildren
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommentOutTest

public CommentOutTest()
Method Detail

getType

protected JType getType()

testMethod

public void testMethod()

testField

public void testField()

testType

public void testType()

testAnnotation

public void testAnnotation()

testNestedCommentOut

public void testNestedCommentOut()

testCommentOutAndRemove

public void testCommentOutAndRemove()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.