| | 103 | // {{{ 日本語Spec |
| | 104 | |
| | 105 | /** |
| | 106 | * TestCase for Stagehand_TestRunner_PHPSpec |
| | 107 | * |
| | 108 | * @package Stagehand_TestRunner |
| | 109 | * @copyright 2007 KUBO Atsuhiro <iteman@users.sourceforge.net> |
| | 110 | * @license http://www.opensource.org/licenses/bsd-license.php BSD License (revised) |
| | 111 | * @version Release: @package_version@ |
| | 112 | * @since Class available since Release 2.0.0 |
| | 113 | */ |
| | 114 | class 日本語Spec extends PHPSpec_Context |
| | 115 | { |
| | 116 | |
| | 117 | // {{{ properties |
| | 118 | |
| | 119 | /**#@+ |
| | 120 | * @access public |
| | 121 | */ |
| | 122 | |
| | 123 | /**#@-*/ |
| | 124 | |
| | 125 | /**#@+ |
| | 126 | * @access protected |
| | 127 | */ |
| | 128 | |
| | 129 | /**#@-*/ |
| | 130 | |
| | 131 | /**#@+ |
| | 132 | * @access private |
| | 133 | */ |
| | 134 | |
| | 135 | /**#@-*/ |
| | 136 | |
| | 137 | /**#@+ |
| | 138 | * @access public |
| | 139 | */ |
| | 140 | |
| | 141 | public function itShouldPass() |
| | 142 | { |
| | 143 | $this->spec(true)->should->beTrue(); |
| | 144 | } |
| | 145 | |
| | 146 | /**#@-*/ |
| | 147 | |
| | 148 | /**#@+ |
| | 149 | * @access protected |
| | 150 | */ |
| | 151 | |
| | 152 | /**#@-*/ |
| | 153 | |
| | 154 | /**#@+ |
| | 155 | * @access private |
| | 156 | */ |
| | 157 | |
| | 158 | /**#@-*/ |
| | 159 | |
| | 160 | // }}} |
| | 161 | } |
| | 162 | |
| | 163 | // }}} |
| | 164 | // {{{ EnglishSpec |
| | 165 | |
| | 166 | /** |
| | 167 | * TestCase for Stagehand_TestRunner_PHPSpec |
| | 168 | * |
| | 169 | * @package Stagehand_TestRunner |
| | 170 | * @copyright 2007 KUBO Atsuhiro <iteman@users.sourceforge.net> |
| | 171 | * @license http://www.opensource.org/licenses/bsd-license.php BSD License (revised) |
| | 172 | * @version Release: @package_version@ |
| | 173 | * @since Class available since Release 2.0.0 |
| | 174 | */ |
| | 175 | class EnglishSpec extends PHPSpec_Context |
| | 176 | { |
| | 177 | |
| | 178 | // {{{ properties |
| | 179 | |
| | 180 | /**#@+ |
| | 181 | * @access public |
| | 182 | */ |
| | 183 | |
| | 184 | /**#@-*/ |
| | 185 | |
| | 186 | /**#@+ |
| | 187 | * @access protected |
| | 188 | */ |
| | 189 | |
| | 190 | /**#@-*/ |
| | 191 | |
| | 192 | /**#@+ |
| | 193 | * @access private |
| | 194 | */ |
| | 195 | |
| | 196 | /**#@-*/ |
| | 197 | |
| | 198 | /**#@+ |
| | 199 | * @access public |
| | 200 | */ |
| | 201 | |
| | 202 | public function itShouldPass() |
| | 203 | { |
| | 204 | $this->spec(true)->should->beTrue(); |
| | 205 | } |
| | 206 | |
| | 207 | /**#@-*/ |
| | 208 | |
| | 209 | /**#@+ |
| | 210 | * @access protected |
| | 211 | */ |
| | 212 | |
| | 213 | /**#@-*/ |
| | 214 | |
| | 215 | /**#@+ |
| | 216 | * @access private |
| | 217 | */ |
| | 218 | |
| | 219 | /**#@-*/ |
| | 220 | |
| | 221 | // }}} |
| | 222 | } |
| | 223 | |
| | 224 | // }}} |