net.grinder.console.editor
Class TestEditorModel

java.lang.Object
  extended by net.grinder.testutility.AbstractJUnit4FileTestCase
      extended by net.grinder.console.editor.TestEditorModel

public class TestEditorModel
extends AbstractJUnit4FileTestCase

Unit test for EditorModel.

Author:
Philip Aston

Constructor Summary
TestEditorModel()
           
 
Method Summary
 void testAbstractListener()
           
 void testChangedFilesMonitoring()
           
 void testCloseBufferAndIsABufferDirty()
           
 void testConstruction()
           
 void testGetAndSelectProperties()
           
 void testIsBoringFile()
           
 void testIsPropertiesFile()
           
 void testIsScriptFile()
           
 void testOpenWithExternalEditor()
           
 void testSaveBufferAs()
           
 void testSelectBufferForFile()
           
 void testSelectNewBuffer()
           
 
Methods inherited from class net.grinder.testutility.AbstractJUnit4FileTestCase
getDirectory, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEditorModel

public TestEditorModel()
Method Detail

testConstruction

public void testConstruction()
                      throws Exception
Throws:
Exception

testSelectBufferForFile

public void testSelectBufferForFile()
                             throws Exception
Throws:
Exception

testSelectNewBuffer

public void testSelectNewBuffer()
                         throws Exception
Throws:
Exception

testIsBoringFile

public void testIsBoringFile()
                      throws Exception
Throws:
Exception

testIsScriptFile

public void testIsScriptFile()
                      throws Exception
Throws:
Exception

testIsPropertiesFile

public void testIsPropertiesFile()
                          throws Exception
Throws:
Exception

testCloseBufferAndIsABufferDirty

public void testCloseBufferAndIsABufferDirty()
                                      throws Exception
Throws:
Exception

testSaveBufferAs

public void testSaveBufferAs()
                      throws Exception
Throws:
Exception

testGetAndSelectProperties

public void testGetAndSelectProperties()
                                throws Exception
Throws:
Exception

testAbstractListener

public void testAbstractListener()
                          throws Exception
Throws:
Exception

testChangedFilesMonitoring

public void testChangedFilesMonitoring()
                                throws Exception
Throws:
Exception

testOpenWithExternalEditor

public void testOpenWithExternalEditor()
                                throws Exception
Throws:
Exception


Copyright © 2000-2013. All Rights Reserved.