99 lines
4.0 KiB
HTML
99 lines
4.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>class SG_EXPORT osgUtx::TestContext</TITLE>
|
|
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
|
|
<H2>class SG_EXPORT <A HREF="#DOC.DOCU">osgUtx::TestContext</A></H2></H2><BLOCKQUOTE> TestContext wraps up information which is passed to tests as they are run, and may contain test-specific information or 'global' test objects, such as an output stream for verbose output during the running of tests.</BLOCKQUOTE>
|
|
<HR>
|
|
|
|
<DL>
|
|
<P><DL>
|
|
<DT><H3>Public Methods</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.159.2.1">TestContext</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.159.2.2">shouldStop</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.159.2.3">isVerbose</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.159.2.5">setTraceLevel</A></B>(<!1><A HREF="TestContext.html#DOC.159.2.4">TraceLevel</A> tl)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="TestContext.html#DOC.159.2.4">TraceLevel</A> <B><A HREF="#DOC.159.2.6">getTraceLevel</A></B>() const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>std::ostream& <B><A HREF="#DOC.159.2.7">tout</A></B>(<!1><A HREF="TestContext.html#DOC.159.2.4">TraceLevel</A> tl=<!1><A HREF="TestContext.html#DOC.159.2.4.3">Full</A>) const
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Public Members</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>enum <B><A HREF="#DOC.159.2.4">TraceLevel</A></B>
|
|
</DL></P>
|
|
|
|
</DL>
|
|
|
|
<A NAME="DOC.DOCU"></A>
|
|
<HR>
|
|
<H2>Documentation</H2>
|
|
<BLOCKQUOTE>
|
|
TestContext wraps up information which is passed to tests as they are run,
|
|
and may contain test-specific information or 'global' test objects, such
|
|
as an output stream for verbose output during the running of tests.
|
|
|
|
<P>\todo Improve the output stream code by providing a filtering stream.</BLOCKQUOTE>
|
|
<DL>
|
|
|
|
<A NAME="TestContext"></A>
|
|
<A NAME="DOC.159.2.1"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> TestContext()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="shouldStop"></A>
|
|
<A NAME="DOC.159.2.2"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool shouldStop()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="isVerbose"></A>
|
|
<A NAME="DOC.159.2.3"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool isVerbose()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="TraceLevel"></A>
|
|
<A NAME="DOC.159.2.4"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>enum TraceLevel</B></TT>
|
|
<DL><DT><DD></DL><P><DL>
|
|
|
|
<A NAME="Off"></A>
|
|
<A NAME="DOC.159.2.4.1"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> Off</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="Results"></A>
|
|
<A NAME="DOC.159.2.4.2"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> Results</B></TT>
|
|
<DD>< All tracing turned off
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="Full"></A>
|
|
<A NAME="DOC.159.2.4.3"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> Full</B></TT>
|
|
<DD>< Output results only
|
|
<DL><DT><DD></DL><P></DL>
|
|
|
|
<A NAME="setTraceLevel"></A>
|
|
<A NAME="DOC.159.2.5"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void setTraceLevel(<!1><A HREF="TestContext.html#DOC.159.2.4">TraceLevel</A> tl)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getTraceLevel"></A>
|
|
<A NAME="DOC.159.2.6"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="TestContext.html#DOC.159.2.4">TraceLevel</A> getTraceLevel() const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="tout"></A>
|
|
<A NAME="DOC.159.2.7"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>std::ostream& tout(<!1><A HREF="TestContext.html#DOC.159.2.4">TraceLevel</A> tl=<!1><A HREF="TestContext.html#DOC.159.2.4.3">Full</A>) const </B></TT>
|
|
<DL><DT><DD></DL><P></DL>
|
|
|
|
<HR><DL><DT><B>This class has no child classes.</B></DL>
|
|
|
|
<DL><DT><DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I> <I><A HREF="HIER.html">HTML hierarchy of classes</A> or <A HREF="HIERjava.html">Java</A></I></P><HR>
|
|
<BR>
|
|
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
|
|
</BODY>
|
|
</HTML>
|