org.eclipse.mylyn.wikitext.ui
Class FileTypesTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.mylyn.wikitext.tests.AbstractTestInWorkspace
              extended by org.eclipse.mylyn.wikitext.ui.FileTypesTest
All Implemented Interfaces:
junit.framework.Test

public class FileTypesTest
extends AbstractTestInWorkspace

A test that runs in the Eclipse UI that verifies that registered file types make sense.

Author:
David Green

Constructor Summary
FileTypesTest()
           
 
Method Summary
protected  void setUp()
          Overriding classes should call super.setUp()
 void testConfluenceFileType()
           
 void testMediaWikiFileType()
           
 void testTextileFileType()
           
 void testTextileFileTypeChangeIsSticky()
           
 void testTracWikiFileType()
           
 void testTWikiFileType()
           
 
Methods inherited from class org.eclipse.mylyn.wikitext.tests.AbstractTestInWorkspace
createSimpleProject, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

FileTypesTest

public FileTypesTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Description copied from class: AbstractTestInWorkspace
Overriding classes should call super.setUp()

Overrides:
setUp in class AbstractTestInWorkspace
Throws:
Exception

testTextileFileType

public void testTextileFileType()
                         throws CoreException
Throws:
CoreException

testTextileFileTypeChangeIsSticky

public void testTextileFileTypeChangeIsSticky()
                                       throws CoreException
Throws:
CoreException

testMediaWikiFileType

public void testMediaWikiFileType()
                           throws CoreException
Throws:
CoreException

testTracWikiFileType

public void testTracWikiFileType()
                          throws CoreException
Throws:
CoreException

testTWikiFileType

public void testTWikiFileType()
                       throws CoreException
Throws:
CoreException

testConfluenceFileType

public void testConfluenceFileType()
                            throws CoreException
Throws:
CoreException


Copyright © 2011 FuseSource, Corp.. All Rights Reserved.