<?xml version="1.0"?><phpdoc><class name="Bs_Assert" extends="Bs_Object" undoc="false" access="private" package="PhpUnit"><file>C:/usr/local/lib/php/blueshoes-4.2/core/lang/phpunit/Bs_Assert.class.php</file><doc><author email="andrej@arn.li">andrej arn</author><inherited src="Array"/><description>PHP framework for testing, based on the version from the design of &amp;quot;JUnit&amp;quot;.</description><shortdescription>This class gets extended from Bs_TestCase.</shortdescription><version>4.0.$id$</version><copyright>blueshoes.org</copyright></doc><function name="Bs_Assert" undoc="false" access="public"><doc><return type="void"/><description/><shortdescription>Constructor.</shortdescription></doc></function><function name="assertEquals" undoc="false" access="public"><doc><parameter name="$expected" type="string">restul</parameter><parameter name="$actual" type="string">result</parameter><parameter name="$message" default="&amp;apos;&amp;apos;" type="string"/><return type="void"/><description/><shortdescription>Checks whether the expected result matches the actual result we got from the function we tested.</shortdescription></doc></function><function name="assertRegexp" undoc="false" access="public"><doc><parameter name="$regexp" type="string"/><parameter name="$actual" type="string">result</parameter><parameter name="$message" default="&amp;apos;&amp;apos;" type="string"/><parameter name="$regFunction" default="&amp;apos;ereg&amp;apos;" type="string">default is &amp;apos;ereg&amp;apos;, can also be &amp;apos;eregi&amp;apos;, &amp;apos;preg_match&amp;apos;, ... check the manual.</parameter><return type="void"/><description/><shortdescription>Checks whether the result we got matches our regular expression.</shortdescription></doc></function><function name="assertEqualsType" undoc="false" access="public"><doc><parameter name="$expected" type="string">the expected data type, eg &amp;apos;string&amp;apos;</parameter><parameter name="$actual" type="string">result</parameter><parameter name="$message" default="&amp;apos;&amp;apos;" type="string"/><return type="void"/><description/><shortdescription>Checks whether the data type of result we got matches our expected data type.</shortdescription></doc></function><function name="assertInstanceOf" undoc="false" access="public"><doc><parameter name="$expected" type="string">the expected class name, eg &amp;apos;Bs_Date&amp;apos;</parameter><parameter name="$actual" type="string">result</parameter><parameter name="$message" default="&amp;apos;&amp;apos;" type="string"/><return type="void"/><description/><shortdescription>Checks whether the class of which the result is an instance of matches our expected class name.</shortdescription></doc></function><function name="failNotEquals" undoc="false" access="public"><doc><parameter name="$expected" type="string"/><parameter name="$actual" type="string"/><parameter name="$expectedLabel" type="string"/><parameter name="$message" default="&amp;apos;&amp;apos;" type="string"/><return type="void"/><description>When we didn&amp;apos;t get the result we expected (or the regexp didn&amp;apos;t match) this method gets called.</description><shortdescription>Private function for reporting failure to match.</shortdescription></doc></function><function name="fail" undoc="false" access="public"><doc><parameter name="$str" type="string"/><return type="void"/><description/><shortdescription>YOU HAVE TO OVERWRITE THIS FUNCTION!!!</shortdescription></doc></function><function name="assert" undoc="true" access="private"><doc><parameter name="$boolean" undoc="true"/><parameter name="$message" type="string" undoc="true"/><return type="void"/></doc></function><inherited src="Bs_Object" type="functions"><element>isex</element><element>isexception</element><element>tostring</element><element>tohtml</element><element>persist</element><element>unpersist</element><element>bs_object</element><element>bbsetoutput</element><element>bbawake</element><element>bbisawake</element><element>bbxmsg</element><element>bbxfunctionstart</element><element>bbxfunctionend</element><element>bbxecho</element><element>bbxvar</element><element>bbxvardump</element><element>bbforcetrace</element><element>bbbufferstart</element><element>bbbufferget</element><element>bbbufferendflush</element><element>bbbufferendclean</element></inherited><inherited src="Bs_Object" type="consts"><element>bs_object_version</element></inherited><path><parent>Bs_Object</parent></path><baseclass>Bs_Object</baseclass></class></phpdoc>