tcl.lang.cmd
Class MiscCmdTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by tcl.lang.TclCmdTest
              extended by tcl.lang.cmd.MiscCmdTest
All Implemented Interfaces:
junit.framework.Test

public class MiscCmdTest
extends TclCmdTest


Field Summary
 
Fields inherited from class tcl.lang.TclCmdTest
EXEC_NAME, SHELL, SHELL_CLASS, TCLTEST_NAMEOFEXECUTABLE, TCLTEST_VERBOSE
 
Constructor Summary
MiscCmdTest()
           
 
Method Summary
 void testBasic()
           
 void testIo()
           
 void testUtil()
           
 void testVar()
           
 
Methods inherited from class tcl.lang.TclCmdTest
getInterp, setUp, tclTestCode, tclTestResource, tclTestResource, tclTestResource, tclTestResourceIgnoreFailures, tearDown, test
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MiscCmdTest

public MiscCmdTest()
Method Detail

testBasic

public void testBasic()
               throws Exception
Throws:
Exception

testIo

public void testIo()
            throws Exception
Throws:
Exception

testUtil

public void testUtil()
              throws Exception
Throws:
Exception

testVar

public void testVar()
             throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.