com.symbian.et.test.cmdline.testharness
Class Harness

java.lang.Object
  extended bycom.symbian.et.test.cmdline.testharness.Harness
Direct Known Subclasses:
Test

public class Harness
extends java.lang.Object

simple test harness which could be used to automatically test the command line tools using JUnit

Author:
EngineeringTools

Field Summary
(package private) static java.io.File iTempFile
           
(package private) static java.lang.String lFileName
           
 
Constructor Summary
Harness()
           
 
Method Summary
private  void divertStdOut()
           
 java.lang.String readLine()
           
 void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lFileName

static java.lang.String lFileName

iTempFile

static java.io.File iTempFile
Constructor Detail

Harness

public Harness()
Method Detail

divertStdOut

private void divertStdOut()

readLine

public java.lang.String readLine()
                          throws java.io.IOException
Throws:
java.io.IOException

release

public void release()