uk.co.weft.maybeupload
Class TestHarness

java.lang.Object
  |
  +--uk.co.weft.maybeupload.TestHarness

public class TestHarness
extends java.lang.Object

A test-harness for the multipart-form-data handler. To be run from the command line taking input from a file formatted to RFC 1867 with a single command-line argument being the boundary used in the file

Version:
$Revision: 1.3 $ This revision: $Author: simon $
  $Log: TestHarness.java,v $
  Revision 1.3  2001/01/23 19:12:17  simon
  A number of bugfixes, plus an important new feature: you can decide
  whether to allow name collisions in the upload directory to result
  in overwriting, renaming of the new file, or an exception.

  Revision 1.2  2001/01/09 12:14:12  simon
  Now tested with:
  	Netscape Communicator 4.76/Linux 2.2
  	Konqueror 1.9.8/Linux 2.2
  	Microsoft Internet Explorer 5.00.2014.0216IC
  File upload (including binary file upload) works. Remaining known bug:
  all fields must have data...

  Revision 1.1.1.1  2001/01/05 14:58:09  simon
  First cut - not yet tested


  
Author:
Simon Brooke (simon@jasmine.org.uk)

Constructor Summary
TestHarness()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestHarness

public TestHarness()
Method Detail

main

public static void main(java.lang.String[] argv)