86 lines
2.7 KiB
PHP
86 lines
2.7 KiB
PHP
<?php
|
|
require_once PATH_TRUNK . 'gulliver/thirdparty/smarty/libs/Smarty.class.php';
|
|
require_once PATH_TRUNK . 'gulliver/system/class.xmlform.php';
|
|
require_once PATH_TRUNK . 'gulliver/system/class.xmlDocument.php';
|
|
require_once PATH_TRUNK . 'gulliver/system/class.ymlTestCases.php';
|
|
|
|
/**
|
|
* Generated by ProcessMaker Test Unit Generator on 2012-05-10 at 20:39:57.
|
|
*/
|
|
|
|
class classymlTestCasesTest extends PHPUnit_Framework_TestCase
|
|
{
|
|
/**
|
|
* @covers ymlTestCases::ymlTestCases
|
|
* @todo Implement testymlTestCases().
|
|
*/
|
|
public function testymlTestCases()
|
|
{
|
|
if (class_exists('ymlTestCases')) {
|
|
$methods = get_class_methods( 'ymlTestCases');
|
|
$this->assertTrue( in_array( 'ymlTestCases', $methods ), 'seems like this function is outside this class' );
|
|
}
|
|
}
|
|
|
|
/**
|
|
* @covers ymlTestCases::load
|
|
* @todo Implement testload().
|
|
*/
|
|
public function testload()
|
|
{
|
|
if (class_exists('ymlTestCases')) {
|
|
$methods = get_class_methods( 'ymlTestCases');
|
|
$this->assertTrue( in_array( 'load', $methods ), 'seems like this function is outside this class' );
|
|
}
|
|
}
|
|
|
|
/**
|
|
* @covers ymlTestCases::addToPlan
|
|
* @todo Implement testaddToPlan().
|
|
*/
|
|
public function testaddToPlan()
|
|
{
|
|
if (class_exists('ymlTestCases')) {
|
|
$methods = get_class_methods( 'ymlTestCases');
|
|
$this->assertTrue( in_array( 'addToPlan', $methods ), 'seems like this function is outside this class' );
|
|
}
|
|
}
|
|
|
|
/**
|
|
* @covers ymlTestCases::run
|
|
* @todo Implement testrun().
|
|
*/
|
|
public function testrun()
|
|
{
|
|
if (class_exists('ymlTestCases')) {
|
|
$methods = get_class_methods( 'ymlTestCases');
|
|
$this->assertTrue( in_array( 'run', $methods ), 'seems like this function is outside this class' );
|
|
}
|
|
}
|
|
|
|
/**
|
|
* @covers ymlTestCases::runSingle
|
|
* @todo Implement testrunSingle().
|
|
*/
|
|
public function testrunSingle()
|
|
{
|
|
if (class_exists('ymlTestCases')) {
|
|
$methods = get_class_methods( 'ymlTestCases');
|
|
$this->assertTrue( in_array( 'runSingle', $methods ), 'seems like this function is outside this class' );
|
|
}
|
|
}
|
|
|
|
/**
|
|
* @covers ymlTestCases::runMultiple
|
|
* @todo Implement testrunMultiple().
|
|
*/
|
|
public function testrunMultiple()
|
|
{
|
|
if (class_exists('ymlTestCases')) {
|
|
$methods = get_class_methods( 'ymlTestCases');
|
|
$this->assertTrue( in_array( 'runMultiple', $methods ), 'seems like this function is outside this class' );
|
|
}
|
|
}
|
|
|
|
}
|