<?php
/**
* Defines {@link PUnit_Test_CaseC}.
*
* @package PUnit
*
* @author Stephen Feest
*
* @version $Id: CaseC.php 71 2007-11-25 00:54:25Z sfeest $
*/
/**
* A sample case.
*/
class PUnit_Test_CaseC extends PUnit_Case
{
/**
* Initializes a new instance.
*
* @param mixed $param8087 An optional parameter.
*/
public function __construct($param8087 = NULL) {}
/**
* A sample test.
*
* @return void
*/
public function test6955()
{
$this->setExpectedException('PUnit_Exception');
throw new PUnit_Test_ExceptionD('@ 7223 message <>]]>&\'" @');
}
/**
* A sample test.
*
* @param mixed $param8601 An optional parameter.
*
* @return void
*/
public function test6614($param8601 = NULL)
{
$this->setExpectedException('PUnit_AssertionException');
}
/**
* A sample test.
*
* @return void
*/
public function test4091()
{
$this->setExpectedException('PUnit_AssertionException');
throw new PUnit_Exception('@ 3670 message <>]]>&\'" @');
}
/**
* A sample test.
*
* @param mixed $param4007 An optional parameter.
* @param mixed $param2369 An optional parameter.
*
* @return void
*/
public function test1248($param4007 = NULL, $param2369 = NULL)
{
$this->setExpectedException('PUnit_AssertionException');
throw new PUnit_AssertionException('@ 8311 message <>]]>&\'" @');
}
/**
* A sample test.
*
* @return void
*/
public function test0410()
{
$this->setExpectedException('PUnit_AssertionException');
throw new Exception('@ 0027 message <>]]>&\'" @');
}
/**
* A sample test.
*
* @param mixed $param6435 An optional parameter.
* @param mixed $param9313 An optional parameter.
* @param mixed $param9580 An optional parameter.
*
* @return void
*/
public function test8297($param6435 = NULL, $param9313 = NULL, $param9580 = NULL)
{
$this->setExpectedException('PUnit_AssertionException');
throw new PUnit_Test_ExceptionD('@ 5293 message <>]]>&\'" @');
}
/**
* A sample test.
*
* @return void
*/
public function test7603()
{
$this->setExpectedException('PUnit_Test_ExceptionB');
}
}
?>