1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/frameset.dtd">
<HTML>
<HEAD>
<TITLE>XOTcl - Documentation -- ./tests/testo.xotcl</TITLE>
<LINK REL="StyleSheet" HREF="xotcl-doc.css" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="FFFFFF">
<h1>
<IMG SRC="./logo-100.jpg" ALT="./tests/testo.xotcl" ALIGN="MIDDLE">
./tests/testo.xotcl</h1>
<HR>
<P>
<h2> Package/File Information </h2>
<b> No package provided/required </b>
<BR>
<BR>
<b>Defined Objects/Classes: </b>
<UL>
<LI>
<A HREF="#TestClass">
<em>TestClass</em>:
</A>
<BR>
</LI>
<LI>
<A HREF="#TestSuite">
<em>TestSuite</em>:
</A>
<BR>
</LI>
</UL>
<BR>
<b> Filename: </b>
<A HREF="./tests/testo.xotcl">
./tests/testo.xotcl
</A>
<BR>
<BR>
<TABLE BORDER="0">
<TR VALIGN="top">
<TD VALIGN="top">
<em> Description:</em>
</TD>
<TD VALIGN="top">
This is a class which provides regression test objects
for the OTcl derived features of the XOTcl - Language.
This script is based upon the test.tcl script of the OTcl distribution
and adopted for XOTcl.
</TD>
</TR>
</TABLE>
<BR>
<HR>
<P>
<A NAME="TestClass">
</A>
<h2> Class: <em> TestClass </em> </h2>
<b>Class</b>: Class
<BR>
<TABLE BORDER="0">
<TR VALIGN="top">
<TD VALIGN="top">
<em> Description:</em>
</TD>
<TD VALIGN="top">
A meta-class for test objects.
</TD>
</TR>
</TABLE>
</P>
<HR>
<P>
<A NAME="TestSuite">
</A>
<h2> Class: <em> TestSuite </em> </h2>
<b>Class</b>: Class
<BR>
<TABLE BORDER="0">
</TABLE>
</P>
<BR>
</P>
<HR>
<P>
</P>
<A HREF="./index.html">
Back to index page.
</A>
<BR>
<HR>
<P>
</P>
</BODY>
</HTML>
|