com.symbian.et.jstat.test
Class JStatTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.symbian.et.jstat.test.JStatTest
All Implemented Interfaces:
junit.framework.Test

public class JStatTest
extends junit.framework.TestCase


Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
JStatTest()
           
 
Method Summary
protected  void setUp()
           
 void testCheckLocation()
           
 void testCreateFolder()
           
 void testDelete()
           
 void testGetDeviceLogFile()
           
 void testGetInfo()
           
 void testGetScreenCapture()
           
 void testGetVersion()
           
 void testInstallFile()
           
 void testIsLogging()
           
 void testKillInt()
           
 void testKillString()
           
 void testListDrives()
           
 void testListFiles()
           
 void testPollInt()
           
 void testPollString()
           
 void testRemoveFolder()
           
 void testRename()
           
 void testRestartBoard()
           
 void testRetrieveFileString()
           
 void testRetrieveFileStringString()
           
 void testRunString()
           
 void testRunStringString()
           
 void testRunSwitchInt()
           
 void testRunSwitchIntString()
           
 void testRunSwitchIntStringString()
           
 void testSendFile()
           
 void testSetPrintStream()
           
 void testSetSerial()
           
 void testSetTCP()
           
 void testSetTransport()
           
 void testSetUSB()
           
 void testStartLogging()
           
 void testStopLogging()
           
 void testUninstallFile()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JStatTest

public JStatTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testRunSwitchInt

public void testRunSwitchInt()

testRunSwitchIntString

public void testRunSwitchIntString()

testRunSwitchIntStringString

public void testRunSwitchIntStringString()

testSetPrintStream

public void testSetPrintStream()

testSetTransport

public void testSetTransport()

testSetTCP

public void testSetTCP()

testSetSerial

public void testSetSerial()

testSetUSB

public void testSetUSB()

testSendFile

public void testSendFile()

testRetrieveFileString

public void testRetrieveFileString()

testRetrieveFileStringString

public void testRetrieveFileStringString()

testGetScreenCapture

public void testGetScreenCapture()

testInstallFile

public void testInstallFile()

testUninstallFile

public void testUninstallFile()

testListDrives

public void testListDrives()

testListFiles

public void testListFiles()

testDelete

public void testDelete()

testCreateFolder

public void testCreateFolder()

testRemoveFolder

public void testRemoveFolder()

testRunStringString

public void testRunStringString()

testRunString

public void testRunString()

testKillInt

public void testKillInt()

testKillString

public void testKillString()

testPollInt

public void testPollInt()

testPollString

public void testPollString()

testStartLogging

public void testStartLogging()

testStopLogging

public void testStopLogging()

testIsLogging

public void testIsLogging()

testGetDeviceLogFile

public void testGetDeviceLogFile()

testRename

public void testRename()

testCheckLocation

public void testCheckLocation()

testRestartBoard

public void testRestartBoard()

testGetVersion

public void testGetVersion()

testGetInfo

public void testGetInfo()