Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
PartTest | n/a |
0 / 0 |
|
100.00% |
10 / 10 |
10 | n/a |
0 / 0 |
||
setUp | |
100.00% |
1 / 1 |
1 | n/a |
0 / 0 |
||||
tearDown | |
100.00% |
1 / 1 |
1 | n/a |
0 / 0 |
||||
testSetPartName | |
100.00% |
1 / 1 |
1 | n/a |
0 / 0 |
||||
testOnDocumentReady | |
100.00% |
1 / 1 |
1 | n/a |
0 / 0 |
||||
testFinalize | |
100.00% |
1 / 1 |
1 | n/a |
0 / 0 |
||||
testJQueryze | |
100.00% |
1 / 1 |
1 | n/a |
0 / 0 |
||||
testSetPartProperties | |
100.00% |
1 / 1 |
1 | n/a |
0 / 0 |
||||
testGetPartPropertiesToString | |
100.00% |
1 / 1 |
1 | n/a |
0 / 0 |
||||
testIs_assoc | |
100.00% |
1 / 1 |
1 | n/a |
0 / 0 |
||||
testPartPropertiesToString | |
100.00% |
1 / 1 |
1 | n/a |
0 / 0 |
<?php | |
namespace Test\Ease\JQuery; | |
use Ease\JQuery\Part; | |
/** | |
* Generated by PHPUnit_SkeletonGenerator on 2016-01-17 at 23:58:24. | |
*/ | |
class PartTest extends \Test\Ease\PageTest | |
{ | |
/** | |
* @var Part | |
*/ | |
protected $object; | |
/** | |
* Sets up the fixture, for example, opens a network connection. | |
* This method is called before a test is executed. | |
*/ | |
protected function setUp() | |
{ | |
$this->object = new Part(); | |
} | |
/** | |
* Tears down the fixture, for example, closes a network connection. | |
* This method is called after a test is executed. | |
*/ | |
protected function tearDown() | |
{ | |
} | |
/** | |
* @covers Ease\JQuery\Part::setPartName | |
* | |
* @todo Implement testSetPartName(). | |
*/ | |
public function testSetPartName() | |
{ | |
// Remove the following lines when you implement this test. | |
$this->markTestIncomplete( | |
'This test has not been implemented yet.' | |
); | |
} | |
/** | |
* @covers Ease\JQuery\Part::onDocumentReady | |
* | |
* @todo Implement testOnDocumentReady(). | |
*/ | |
public function testOnDocumentReady() | |
{ | |
// Remove the following lines when you implement this test. | |
$this->markTestIncomplete( | |
'This test has not been implemented yet.' | |
); | |
} | |
/** | |
* @covers Ease\JQuery\Part::finalize | |
* | |
* @todo Implement testFinalize(). | |
*/ | |
public function testFinalize() | |
{ | |
// Remove the following lines when you implement this test. | |
$this->markTestIncomplete( | |
'This test has not been implemented yet.' | |
); | |
} | |
/** | |
* @covers Ease\JQuery\Part::jQueryze | |
* | |
* @todo Implement testJQueryze(). | |
*/ | |
public function testJQueryze() | |
{ | |
// Remove the following lines when you implement this test. | |
$this->markTestIncomplete( | |
'This test has not been implemented yet.' | |
); | |
} | |
/** | |
* @covers Ease\JQuery\Part::setPartProperties | |
* | |
* @todo Implement testSetPartProperties(). | |
*/ | |
public function testSetPartProperties() | |
{ | |
// Remove the following lines when you implement this test. | |
$this->markTestIncomplete( | |
'This test has not been implemented yet.' | |
); | |
} | |
/** | |
* @covers Ease\JQuery\Part::getPartPropertiesToString | |
* | |
* @todo Implement testGetPartPropertiesToString(). | |
*/ | |
public function testGetPartPropertiesToString() | |
{ | |
// Remove the following lines when you implement this test. | |
$this->markTestIncomplete( | |
'This test has not been implemented yet.' | |
); | |
} | |
/** | |
* @covers Ease\JQuery\Part::is_assoc | |
* | |
* @todo Implement testIs_assoc(). | |
*/ | |
public function testIs_assoc() | |
{ | |
// Remove the following lines when you implement this test. | |
$this->markTestIncomplete( | |
'This test has not been implemented yet.' | |
); | |
} | |
/** | |
* @covers Ease\JQuery\Part::partPropertiesToString | |
* | |
* @todo Implement testPartPropertiesToString(). | |
*/ | |
public function testPartPropertiesToString() | |
{ | |
// Remove the following lines when you implement this test. | |
$this->markTestIncomplete( | |
'This test has not been implemented yet.' | |
); | |
} | |
} |