![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.SelfTestjava.lang.Object | +----selftest.SelfTestRoot | +----grendel.SelfTest This is the base grendel SelfTest. Running this classes main() will execute the main() of all the SelfTest classes within the Grendel project. This class also contains useful stuff for all of the Grendel SelfTest classes to use. It is expected that all of those classes will inherit from this one.
public class SelfTest
extends selftest.SelfTestRoot
{
// Fields 6
private static StupidAuthenticator authenticator;
static byte[] copybuf;
private static boolean firsttime;
protected static File playdir;
protected static Properties props;
protected static Session session;
// Constructors 1
public SelfTest();
// Methods 11
public void cleanDirectory(File);
public void cleanPlayDirectory();
public void endTests();
public String getStackTrace(Throwable);
public void installFile(String, String);
public static void main(String[]);
public void makePlayDir();
public String prettyTime(long);
public void setUserAndPassword(String, String);
public void startTests(String[]);
public void writeKnownBug(Object, String, int, String);
}
Fields propsprotected static Properties props
authenticatorprivate static StupidAuthenticator authenticator
sessionprotected static Session session
playdirprotected static File playdir
firsttimeprivate static boolean firsttime copybufstatic byte[] copybuf
Constructors SelfTestpublic SelfTest()
Methods mainpublic static void main(String[] args)
startTestspublic void startTests(String[] args)
endTestspublic void endTests()
setUserAndPasswordpublic void setUserAndPassword(String user, String password)
makePlayDirpublic void makePlayDir()
cleanDirectorypublic void cleanDirectory(File dir)
cleanPlayDirectorypublic void cleanPlayDirectory()
getStackTracepublic String getStackTrace(Throwable t)
installFilepublic void installFile(String resname, String filename)
prettyTimepublic String prettyTime(long time)
writeKnownBugpublic void writeKnownBug(Object o, String methodName, int bugnum, String message)
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|||||||
|
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998. |
|||||||