| @@ 9-176 (lines=168) @@ | ||
| 6 | /** |
|
| 7 | * Generated Test Class. |
|
| 8 | */ |
|
| 9 | class xsIntegerTest extends \PHPUnit_Framework_TestCase |
|
| 10 | { |
|
| 11 | /** |
|
| 12 | * @var \AlgoWeb\xsdTypes\xsInteger |
|
| 13 | */ |
|
| 14 | protected $object; |
|
| 15 | ||
| 16 | /** |
|
| 17 | * Sets up the fixture, for example, opens a network connection. |
|
| 18 | * This method is called before a test is executed. |
|
| 19 | */ |
|
| 20 | protected function setUp() |
|
| 21 | { |
|
| 22 | parent::setUp(); |
|
| 23 | $this->object = new \AlgoWeb\xsdTypes\xsInteger(); |
|
| 24 | } |
|
| 25 | ||
| 26 | /** |
|
| 27 | * Tears down the fixture, for example, closes a network connection. |
|
| 28 | * This method is called after a test is executed. |
|
| 29 | */ |
|
| 30 | protected function tearDown() |
|
| 31 | { |
|
| 32 | parent::tearDown(); |
|
| 33 | } |
|
| 34 | ||
| 35 | /** |
|
| 36 | * @covers \AlgoWeb\xsdTypes\xsInteger::__toString |
|
| 37 | * @todo Implement test__toString(). |
|
| 38 | */ |
|
| 39 | public function test__toString() |
|
| 40 | { |
|
| 41 | // Remove the following lines when you implement this test. |
|
| 42 | $this->markTestIncomplete( |
|
| 43 | 'This test has not been implemented yet.' |
|
| 44 | ); |
|
| 45 | } |
|
| 46 | ||
| 47 | ||
| 48 | /** |
|
| 49 | * @covers \AlgoWeb\xsdTypes\xsInteger::setTotalDigits |
|
| 50 | * @todo Implement testSetTotalDigits(). |
|
| 51 | */ |
|
| 52 | public function testSetTotalDigits() |
|
| 53 | { |
|
| 54 | // Remove the following lines when you implement this test. |
|
| 55 | $this->markTestIncomplete( |
|
| 56 | 'This test has not been implemented yet.' |
|
| 57 | ); |
|
| 58 | } |
|
| 59 | ||
| 60 | ||
| 61 | /** |
|
| 62 | * @covers \AlgoWeb\xsdTypes\xsInteger::checkTotalDigits |
|
| 63 | * @todo Implement testCheckTotalDigits(). |
|
| 64 | */ |
|
| 65 | public function testCheckTotalDigits() |
|
| 66 | { |
|
| 67 | // Remove the following lines when you implement this test. |
|
| 68 | $this->markTestIncomplete( |
|
| 69 | 'This test has not been implemented yet.' |
|
| 70 | ); |
|
| 71 | } |
|
| 72 | ||
| 73 | ||
| 74 | /** |
|
| 75 | * @covers \AlgoWeb\xsdTypes\xsInteger::setFractionDigits |
|
| 76 | * @todo Implement testSetFractionDigits(). |
|
| 77 | */ |
|
| 78 | public function testSetFractionDigits() |
|
| 79 | { |
|
| 80 | // Remove the following lines when you implement this test. |
|
| 81 | $this->markTestIncomplete( |
|
| 82 | 'This test has not been implemented yet.' |
|
| 83 | ); |
|
| 84 | } |
|
| 85 | ||
| 86 | ||
| 87 | /** |
|
| 88 | * @covers \AlgoWeb\xsdTypes\xsInteger::checkFractionDigits |
|
| 89 | * @todo Implement testCheckFractionDigits(). |
|
| 90 | */ |
|
| 91 | public function testCheckFractionDigits() |
|
| 92 | { |
|
| 93 | // Remove the following lines when you implement this test. |
|
| 94 | $this->markTestIncomplete( |
|
| 95 | 'This test has not been implemented yet.' |
|
| 96 | ); |
|
| 97 | } |
|
| 98 | ||
| 99 | ||
| 100 | /** |
|
| 101 | * @covers \AlgoWeb\xsdTypes\xsInteger::fixFractionDigits |
|
| 102 | * @todo Implement testFixFractionDigits(). |
|
| 103 | */ |
|
| 104 | public function testFixFractionDigits() |
|
| 105 | { |
|
| 106 | // Remove the following lines when you implement this test. |
|
| 107 | $this->markTestIncomplete( |
|
| 108 | 'This test has not been implemented yet.' |
|
| 109 | ); |
|
| 110 | } |
|
| 111 | ||
| 112 | ||
| 113 | /** |
|
| 114 | * @covers \AlgoWeb\xsdTypes\xsInteger::setMaxExclusive |
|
| 115 | * @todo Implement testSetMaxExclusive(). |
|
| 116 | */ |
|
| 117 | public function testSetMaxExclusive() |
|
| 118 | { |
|
| 119 | // Remove the following lines when you implement this test. |
|
| 120 | $this->markTestIncomplete( |
|
| 121 | 'This test has not been implemented yet.' |
|
| 122 | ); |
|
| 123 | } |
|
| 124 | ||
| 125 | ||
| 126 | /** |
|
| 127 | * @covers \AlgoWeb\xsdTypes\xsInteger::setMaxInclusive |
|
| 128 | * @todo Implement testSetMaxInclusive(). |
|
| 129 | */ |
|
| 130 | public function testSetMaxInclusive() |
|
| 131 | { |
|
| 132 | // Remove the following lines when you implement this test. |
|
| 133 | $this->markTestIncomplete( |
|
| 134 | 'This test has not been implemented yet.' |
|
| 135 | ); |
|
| 136 | } |
|
| 137 | ||
| 138 | ||
| 139 | /** |
|
| 140 | * @covers \AlgoWeb\xsdTypes\xsInteger::setMinExclusive |
|
| 141 | * @todo Implement testSetMinExclusive(). |
|
| 142 | */ |
|
| 143 | public function testSetMinExclusive() |
|
| 144 | { |
|
| 145 | // Remove the following lines when you implement this test. |
|
| 146 | $this->markTestIncomplete( |
|
| 147 | 'This test has not been implemented yet.' |
|
| 148 | ); |
|
| 149 | } |
|
| 150 | ||
| 151 | ||
| 152 | /** |
|
| 153 | * @covers \AlgoWeb\xsdTypes\xsInteger::setMinInclusive |
|
| 154 | * @todo Implement testSetMinInclusive(). |
|
| 155 | */ |
|
| 156 | public function testSetMinInclusive() |
|
| 157 | { |
|
| 158 | // Remove the following lines when you implement this test. |
|
| 159 | $this->markTestIncomplete( |
|
| 160 | 'This test has not been implemented yet.' |
|
| 161 | ); |
|
| 162 | } |
|
| 163 | ||
| 164 | ||
| 165 | /** |
|
| 166 | * @covers \AlgoWeb\xsdTypes\xsInteger::checkMinMax |
|
| 167 | * @todo Implement testCheckMinMax(). |
|
| 168 | */ |
|
| 169 | public function testCheckMinMax() |
|
| 170 | { |
|
| 171 | // Remove the following lines when you implement this test. |
|
| 172 | $this->markTestIncomplete( |
|
| 173 | 'This test has not been implemented yet.' |
|
| 174 | ); |
|
| 175 | } |
|
| 176 | } |
|
| 177 | ||
| @@ 9-176 (lines=168) @@ | ||
| 6 | /** |
|
| 7 | * Generated Test Class. |
|
| 8 | */ |
|
| 9 | class xsIntTest extends \PHPUnit_Framework_TestCase |
|
| 10 | { |
|
| 11 | /** |
|
| 12 | * @var \AlgoWeb\xsdTypes\xsInt |
|
| 13 | */ |
|
| 14 | protected $object; |
|
| 15 | ||
| 16 | /** |
|
| 17 | * Sets up the fixture, for example, opens a network connection. |
|
| 18 | * This method is called before a test is executed. |
|
| 19 | */ |
|
| 20 | protected function setUp() |
|
| 21 | { |
|
| 22 | parent::setUp(); |
|
| 23 | $this->object = new \AlgoWeb\xsdTypes\xsInt(); |
|
| 24 | } |
|
| 25 | ||
| 26 | /** |
|
| 27 | * Tears down the fixture, for example, closes a network connection. |
|
| 28 | * This method is called after a test is executed. |
|
| 29 | */ |
|
| 30 | protected function tearDown() |
|
| 31 | { |
|
| 32 | parent::tearDown(); |
|
| 33 | } |
|
| 34 | ||
| 35 | /** |
|
| 36 | * @covers \AlgoWeb\xsdTypes\xsInt::__toString |
|
| 37 | * @todo Implement test__toString(). |
|
| 38 | */ |
|
| 39 | public function test__toString() |
|
| 40 | { |
|
| 41 | // Remove the following lines when you implement this test. |
|
| 42 | $this->markTestIncomplete( |
|
| 43 | 'This test has not been implemented yet.' |
|
| 44 | ); |
|
| 45 | } |
|
| 46 | ||
| 47 | ||
| 48 | /** |
|
| 49 | * @covers \AlgoWeb\xsdTypes\xsInt::setTotalDigits |
|
| 50 | * @todo Implement testSetTotalDigits(). |
|
| 51 | */ |
|
| 52 | public function testSetTotalDigits() |
|
| 53 | { |
|
| 54 | // Remove the following lines when you implement this test. |
|
| 55 | $this->markTestIncomplete( |
|
| 56 | 'This test has not been implemented yet.' |
|
| 57 | ); |
|
| 58 | } |
|
| 59 | ||
| 60 | ||
| 61 | /** |
|
| 62 | * @covers \AlgoWeb\xsdTypes\xsInt::checkTotalDigits |
|
| 63 | * @todo Implement testCheckTotalDigits(). |
|
| 64 | */ |
|
| 65 | public function testCheckTotalDigits() |
|
| 66 | { |
|
| 67 | // Remove the following lines when you implement this test. |
|
| 68 | $this->markTestIncomplete( |
|
| 69 | 'This test has not been implemented yet.' |
|
| 70 | ); |
|
| 71 | } |
|
| 72 | ||
| 73 | ||
| 74 | /** |
|
| 75 | * @covers \AlgoWeb\xsdTypes\xsInt::setFractionDigits |
|
| 76 | * @todo Implement testSetFractionDigits(). |
|
| 77 | */ |
|
| 78 | public function testSetFractionDigits() |
|
| 79 | { |
|
| 80 | // Remove the following lines when you implement this test. |
|
| 81 | $this->markTestIncomplete( |
|
| 82 | 'This test has not been implemented yet.' |
|
| 83 | ); |
|
| 84 | } |
|
| 85 | ||
| 86 | ||
| 87 | /** |
|
| 88 | * @covers \AlgoWeb\xsdTypes\xsInt::checkFractionDigits |
|
| 89 | * @todo Implement testCheckFractionDigits(). |
|
| 90 | */ |
|
| 91 | public function testCheckFractionDigits() |
|
| 92 | { |
|
| 93 | // Remove the following lines when you implement this test. |
|
| 94 | $this->markTestIncomplete( |
|
| 95 | 'This test has not been implemented yet.' |
|
| 96 | ); |
|
| 97 | } |
|
| 98 | ||
| 99 | ||
| 100 | /** |
|
| 101 | * @covers \AlgoWeb\xsdTypes\xsInt::fixFractionDigits |
|
| 102 | * @todo Implement testFixFractionDigits(). |
|
| 103 | */ |
|
| 104 | public function testFixFractionDigits() |
|
| 105 | { |
|
| 106 | // Remove the following lines when you implement this test. |
|
| 107 | $this->markTestIncomplete( |
|
| 108 | 'This test has not been implemented yet.' |
|
| 109 | ); |
|
| 110 | } |
|
| 111 | ||
| 112 | ||
| 113 | /** |
|
| 114 | * @covers \AlgoWeb\xsdTypes\xsInt::setMaxExclusive |
|
| 115 | * @todo Implement testSetMaxExclusive(). |
|
| 116 | */ |
|
| 117 | public function testSetMaxExclusive() |
|
| 118 | { |
|
| 119 | // Remove the following lines when you implement this test. |
|
| 120 | $this->markTestIncomplete( |
|
| 121 | 'This test has not been implemented yet.' |
|
| 122 | ); |
|
| 123 | } |
|
| 124 | ||
| 125 | ||
| 126 | /** |
|
| 127 | * @covers \AlgoWeb\xsdTypes\xsInt::setMaxInclusive |
|
| 128 | * @todo Implement testSetMaxInclusive(). |
|
| 129 | */ |
|
| 130 | public function testSetMaxInclusive() |
|
| 131 | { |
|
| 132 | // Remove the following lines when you implement this test. |
|
| 133 | $this->markTestIncomplete( |
|
| 134 | 'This test has not been implemented yet.' |
|
| 135 | ); |
|
| 136 | } |
|
| 137 | ||
| 138 | ||
| 139 | /** |
|
| 140 | * @covers \AlgoWeb\xsdTypes\xsInt::setMinExclusive |
|
| 141 | * @todo Implement testSetMinExclusive(). |
|
| 142 | */ |
|
| 143 | public function testSetMinExclusive() |
|
| 144 | { |
|
| 145 | // Remove the following lines when you implement this test. |
|
| 146 | $this->markTestIncomplete( |
|
| 147 | 'This test has not been implemented yet.' |
|
| 148 | ); |
|
| 149 | } |
|
| 150 | ||
| 151 | ||
| 152 | /** |
|
| 153 | * @covers \AlgoWeb\xsdTypes\xsInt::setMinInclusive |
|
| 154 | * @todo Implement testSetMinInclusive(). |
|
| 155 | */ |
|
| 156 | public function testSetMinInclusive() |
|
| 157 | { |
|
| 158 | // Remove the following lines when you implement this test. |
|
| 159 | $this->markTestIncomplete( |
|
| 160 | 'This test has not been implemented yet.' |
|
| 161 | ); |
|
| 162 | } |
|
| 163 | ||
| 164 | ||
| 165 | /** |
|
| 166 | * @covers \AlgoWeb\xsdTypes\xsInt::checkMinMax |
|
| 167 | * @todo Implement testCheckMinMax(). |
|
| 168 | */ |
|
| 169 | public function testCheckMinMax() |
|
| 170 | { |
|
| 171 | // Remove the following lines when you implement this test. |
|
| 172 | $this->markTestIncomplete( |
|
| 173 | 'This test has not been implemented yet.' |
|
| 174 | ); |
|
| 175 | } |
|
| 176 | } |
|
| 177 | ||
| @@ 9-176 (lines=168) @@ | ||
| 6 | /** |
|
| 7 | * Generated Test Class. |
|
| 8 | */ |
|
| 9 | class xsLongTest extends \PHPUnit_Framework_TestCase |
|
| 10 | { |
|
| 11 | /** |
|
| 12 | * @var \AlgoWeb\xsdTypes\xsLong |
|
| 13 | */ |
|
| 14 | protected $object; |
|
| 15 | ||
| 16 | /** |
|
| 17 | * Sets up the fixture, for example, opens a network connection. |
|
| 18 | * This method is called before a test is executed. |
|
| 19 | */ |
|
| 20 | protected function setUp() |
|
| 21 | { |
|
| 22 | parent::setUp(); |
|
| 23 | $this->object = new \AlgoWeb\xsdTypes\xsLong(); |
|
| 24 | } |
|
| 25 | ||
| 26 | /** |
|
| 27 | * Tears down the fixture, for example, closes a network connection. |
|
| 28 | * This method is called after a test is executed. |
|
| 29 | */ |
|
| 30 | protected function tearDown() |
|
| 31 | { |
|
| 32 | parent::tearDown(); |
|
| 33 | } |
|
| 34 | ||
| 35 | /** |
|
| 36 | * @covers \AlgoWeb\xsdTypes\xsLong::__toString |
|
| 37 | * @todo Implement test__toString(). |
|
| 38 | */ |
|
| 39 | public function test__toString() |
|
| 40 | { |
|
| 41 | // Remove the following lines when you implement this test. |
|
| 42 | $this->markTestIncomplete( |
|
| 43 | 'This test has not been implemented yet.' |
|
| 44 | ); |
|
| 45 | } |
|
| 46 | ||
| 47 | ||
| 48 | /** |
|
| 49 | * @covers \AlgoWeb\xsdTypes\xsLong::setTotalDigits |
|
| 50 | * @todo Implement testSetTotalDigits(). |
|
| 51 | */ |
|
| 52 | public function testSetTotalDigits() |
|
| 53 | { |
|
| 54 | // Remove the following lines when you implement this test. |
|
| 55 | $this->markTestIncomplete( |
|
| 56 | 'This test has not been implemented yet.' |
|
| 57 | ); |
|
| 58 | } |
|
| 59 | ||
| 60 | ||
| 61 | /** |
|
| 62 | * @covers \AlgoWeb\xsdTypes\xsLong::checkTotalDigits |
|
| 63 | * @todo Implement testCheckTotalDigits(). |
|
| 64 | */ |
|
| 65 | public function testCheckTotalDigits() |
|
| 66 | { |
|
| 67 | // Remove the following lines when you implement this test. |
|
| 68 | $this->markTestIncomplete( |
|
| 69 | 'This test has not been implemented yet.' |
|
| 70 | ); |
|
| 71 | } |
|
| 72 | ||
| 73 | ||
| 74 | /** |
|
| 75 | * @covers \AlgoWeb\xsdTypes\xsLong::setFractionDigits |
|
| 76 | * @todo Implement testSetFractionDigits(). |
|
| 77 | */ |
|
| 78 | public function testSetFractionDigits() |
|
| 79 | { |
|
| 80 | // Remove the following lines when you implement this test. |
|
| 81 | $this->markTestIncomplete( |
|
| 82 | 'This test has not been implemented yet.' |
|
| 83 | ); |
|
| 84 | } |
|
| 85 | ||
| 86 | ||
| 87 | /** |
|
| 88 | * @covers \AlgoWeb\xsdTypes\xsLong::checkFractionDigits |
|
| 89 | * @todo Implement testCheckFractionDigits(). |
|
| 90 | */ |
|
| 91 | public function testCheckFractionDigits() |
|
| 92 | { |
|
| 93 | // Remove the following lines when you implement this test. |
|
| 94 | $this->markTestIncomplete( |
|
| 95 | 'This test has not been implemented yet.' |
|
| 96 | ); |
|
| 97 | } |
|
| 98 | ||
| 99 | ||
| 100 | /** |
|
| 101 | * @covers \AlgoWeb\xsdTypes\xsLong::fixFractionDigits |
|
| 102 | * @todo Implement testFixFractionDigits(). |
|
| 103 | */ |
|
| 104 | public function testFixFractionDigits() |
|
| 105 | { |
|
| 106 | // Remove the following lines when you implement this test. |
|
| 107 | $this->markTestIncomplete( |
|
| 108 | 'This test has not been implemented yet.' |
|
| 109 | ); |
|
| 110 | } |
|
| 111 | ||
| 112 | ||
| 113 | /** |
|
| 114 | * @covers \AlgoWeb\xsdTypes\xsLong::setMaxExclusive |
|
| 115 | * @todo Implement testSetMaxExclusive(). |
|
| 116 | */ |
|
| 117 | public function testSetMaxExclusive() |
|
| 118 | { |
|
| 119 | // Remove the following lines when you implement this test. |
|
| 120 | $this->markTestIncomplete( |
|
| 121 | 'This test has not been implemented yet.' |
|
| 122 | ); |
|
| 123 | } |
|
| 124 | ||
| 125 | ||
| 126 | /** |
|
| 127 | * @covers \AlgoWeb\xsdTypes\xsLong::setMaxInclusive |
|
| 128 | * @todo Implement testSetMaxInclusive(). |
|
| 129 | */ |
|
| 130 | public function testSetMaxInclusive() |
|
| 131 | { |
|
| 132 | // Remove the following lines when you implement this test. |
|
| 133 | $this->markTestIncomplete( |
|
| 134 | 'This test has not been implemented yet.' |
|
| 135 | ); |
|
| 136 | } |
|
| 137 | ||
| 138 | ||
| 139 | /** |
|
| 140 | * @covers \AlgoWeb\xsdTypes\xsLong::setMinExclusive |
|
| 141 | * @todo Implement testSetMinExclusive(). |
|
| 142 | */ |
|
| 143 | public function testSetMinExclusive() |
|
| 144 | { |
|
| 145 | // Remove the following lines when you implement this test. |
|
| 146 | $this->markTestIncomplete( |
|
| 147 | 'This test has not been implemented yet.' |
|
| 148 | ); |
|
| 149 | } |
|
| 150 | ||
| 151 | ||
| 152 | /** |
|
| 153 | * @covers \AlgoWeb\xsdTypes\xsLong::setMinInclusive |
|
| 154 | * @todo Implement testSetMinInclusive(). |
|
| 155 | */ |
|
| 156 | public function testSetMinInclusive() |
|
| 157 | { |
|
| 158 | // Remove the following lines when you implement this test. |
|
| 159 | $this->markTestIncomplete( |
|
| 160 | 'This test has not been implemented yet.' |
|
| 161 | ); |
|
| 162 | } |
|
| 163 | ||
| 164 | ||
| 165 | /** |
|
| 166 | * @covers \AlgoWeb\xsdTypes\xsLong::checkMinMax |
|
| 167 | * @todo Implement testCheckMinMax(). |
|
| 168 | */ |
|
| 169 | public function testCheckMinMax() |
|
| 170 | { |
|
| 171 | // Remove the following lines when you implement this test. |
|
| 172 | $this->markTestIncomplete( |
|
| 173 | 'This test has not been implemented yet.' |
|
| 174 | ); |
|
| 175 | } |
|
| 176 | } |
|
| 177 | ||
| @@ 9-176 (lines=168) @@ | ||
| 6 | /** |
|
| 7 | * Generated Test Class. |
|
| 8 | */ |
|
| 9 | class xsNegativeIntegerTest extends \PHPUnit_Framework_TestCase |
|
| 10 | { |
|
| 11 | /** |
|
| 12 | * @var \AlgoWeb\xsdTypes\xsNegativeInteger |
|
| 13 | */ |
|
| 14 | protected $object; |
|
| 15 | ||
| 16 | /** |
|
| 17 | * Sets up the fixture, for example, opens a network connection. |
|
| 18 | * This method is called before a test is executed. |
|
| 19 | */ |
|
| 20 | protected function setUp() |
|
| 21 | { |
|
| 22 | parent::setUp(); |
|
| 23 | $this->object = new \AlgoWeb\xsdTypes\xsNegativeInteger(); |
|
| 24 | } |
|
| 25 | ||
| 26 | /** |
|
| 27 | * Tears down the fixture, for example, closes a network connection. |
|
| 28 | * This method is called after a test is executed. |
|
| 29 | */ |
|
| 30 | protected function tearDown() |
|
| 31 | { |
|
| 32 | parent::tearDown(); |
|
| 33 | } |
|
| 34 | ||
| 35 | /** |
|
| 36 | * @covers \AlgoWeb\xsdTypes\xsNegativeInteger::__toString |
|
| 37 | * @todo Implement test__toString(). |
|
| 38 | */ |
|
| 39 | public function test__toString() |
|
| 40 | { |
|
| 41 | // Remove the following lines when you implement this test. |
|
| 42 | $this->markTestIncomplete( |
|
| 43 | 'This test has not been implemented yet.' |
|
| 44 | ); |
|
| 45 | } |
|
| 46 | ||
| 47 | ||
| 48 | /** |
|
| 49 | * @covers \AlgoWeb\xsdTypes\xsNegativeInteger::setTotalDigits |
|
| 50 | * @todo Implement testSetTotalDigits(). |
|
| 51 | */ |
|
| 52 | public function testSetTotalDigits() |
|
| 53 | { |
|
| 54 | // Remove the following lines when you implement this test. |
|
| 55 | $this->markTestIncomplete( |
|
| 56 | 'This test has not been implemented yet.' |
|
| 57 | ); |
|
| 58 | } |
|
| 59 | ||
| 60 | ||
| 61 | /** |
|
| 62 | * @covers \AlgoWeb\xsdTypes\xsNegativeInteger::checkTotalDigits |
|
| 63 | * @todo Implement testCheckTotalDigits(). |
|
| 64 | */ |
|
| 65 | public function testCheckTotalDigits() |
|
| 66 | { |
|
| 67 | // Remove the following lines when you implement this test. |
|
| 68 | $this->markTestIncomplete( |
|
| 69 | 'This test has not been implemented yet.' |
|
| 70 | ); |
|
| 71 | } |
|
| 72 | ||
| 73 | ||
| 74 | /** |
|
| 75 | * @covers \AlgoWeb\xsdTypes\xsNegativeInteger::setFractionDigits |
|
| 76 | * @todo Implement testSetFractionDigits(). |
|
| 77 | */ |
|
| 78 | public function testSetFractionDigits() |
|
| 79 | { |
|
| 80 | // Remove the following lines when you implement this test. |
|
| 81 | $this->markTestIncomplete( |
|
| 82 | 'This test has not been implemented yet.' |
|
| 83 | ); |
|
| 84 | } |
|
| 85 | ||
| 86 | ||
| 87 | /** |
|
| 88 | * @covers \AlgoWeb\xsdTypes\xsNegativeInteger::checkFractionDigits |
|
| 89 | * @todo Implement testCheckFractionDigits(). |
|
| 90 | */ |
|
| 91 | public function testCheckFractionDigits() |
|
| 92 | { |
|
| 93 | // Remove the following lines when you implement this test. |
|
| 94 | $this->markTestIncomplete( |
|
| 95 | 'This test has not been implemented yet.' |
|
| 96 | ); |
|
| 97 | } |
|
| 98 | ||
| 99 | ||
| 100 | /** |
|
| 101 | * @covers \AlgoWeb\xsdTypes\xsNegativeInteger::fixFractionDigits |
|
| 102 | * @todo Implement testFixFractionDigits(). |
|
| 103 | */ |
|
| 104 | public function testFixFractionDigits() |
|
| 105 | { |
|
| 106 | // Remove the following lines when you implement this test. |
|
| 107 | $this->markTestIncomplete( |
|
| 108 | 'This test has not been implemented yet.' |
|
| 109 | ); |
|
| 110 | } |
|
| 111 | ||
| 112 | ||
| 113 | /** |
|
| 114 | * @covers \AlgoWeb\xsdTypes\xsNegativeInteger::setMaxExclusive |
|
| 115 | * @todo Implement testSetMaxExclusive(). |
|
| 116 | */ |
|
| 117 | public function testSetMaxExclusive() |
|
| 118 | { |
|
| 119 | // Remove the following lines when you implement this test. |
|
| 120 | $this->markTestIncomplete( |
|
| 121 | 'This test has not been implemented yet.' |
|
| 122 | ); |
|
| 123 | } |
|
| 124 | ||
| 125 | ||
| 126 | /** |
|
| 127 | * @covers \AlgoWeb\xsdTypes\xsNegativeInteger::setMaxInclusive |
|
| 128 | * @todo Implement testSetMaxInclusive(). |
|
| 129 | */ |
|
| 130 | public function testSetMaxInclusive() |
|
| 131 | { |
|
| 132 | // Remove the following lines when you implement this test. |
|
| 133 | $this->markTestIncomplete( |
|
| 134 | 'This test has not been implemented yet.' |
|
| 135 | ); |
|
| 136 | } |
|
| 137 | ||
| 138 | ||
| 139 | /** |
|
| 140 | * @covers \AlgoWeb\xsdTypes\xsNegativeInteger::setMinExclusive |
|
| 141 | * @todo Implement testSetMinExclusive(). |
|
| 142 | */ |
|
| 143 | public function testSetMinExclusive() |
|
| 144 | { |
|
| 145 | // Remove the following lines when you implement this test. |
|
| 146 | $this->markTestIncomplete( |
|
| 147 | 'This test has not been implemented yet.' |
|
| 148 | ); |
|
| 149 | } |
|
| 150 | ||
| 151 | ||
| 152 | /** |
|
| 153 | * @covers \AlgoWeb\xsdTypes\xsNegativeInteger::setMinInclusive |
|
| 154 | * @todo Implement testSetMinInclusive(). |
|
| 155 | */ |
|
| 156 | public function testSetMinInclusive() |
|
| 157 | { |
|
| 158 | // Remove the following lines when you implement this test. |
|
| 159 | $this->markTestIncomplete( |
|
| 160 | 'This test has not been implemented yet.' |
|
| 161 | ); |
|
| 162 | } |
|
| 163 | ||
| 164 | ||
| 165 | /** |
|
| 166 | * @covers \AlgoWeb\xsdTypes\xsNegativeInteger::checkMinMax |
|
| 167 | * @todo Implement testCheckMinMax(). |
|
| 168 | */ |
|
| 169 | public function testCheckMinMax() |
|
| 170 | { |
|
| 171 | // Remove the following lines when you implement this test. |
|
| 172 | $this->markTestIncomplete( |
|
| 173 | 'This test has not been implemented yet.' |
|
| 174 | ); |
|
| 175 | } |
|
| 176 | } |
|
| 177 | ||