翻訳と辞書
Words near each other
・ Simply Amazing
・ Simply Audiobooks
・ Simply Baatien With Raveena
・ Simply Be
・ Simply Beautiful
・ Simplemente Todo
・ Simplemente vivir
・ Simplenote
・ Simplepipona
・ Simpler Syntax
・ Simples
・ SimpleScreenRecorder
・ SimpleSignal
・ Simplesse
・ SimpleTech
SimpleTest
・ SimpleText
・ Simpleton
・ Simpleton (reggae musician)
・ Simpleton (stock character)
・ Simplex
・ Simplex (disambiguation)
・ Simplex (French automobile manufacturer)
・ Simplex algorithm
・ Simplex category
・ Simplex communication
・ Simplex graph
・ Simplex Manufacturing Corporation
・ Simplex noise
・ Simplex Nthala


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

SimpleTest : ウィキペディア英語版
SimpleTest

SimpleTest is an open source unit test framework for the PHP programming language and was created by Marcus Baker. The test structure is similar to JUnit/PHPUnit. SimpleTest supports mock objects and can be used to automate the regression testing of web applications with a scriptable HTTP Client that can parse HTML pages and simulate things like clicking on links and submitting forms.
== Example ==
The file HelloWorld.php can test is own presence, when executed directly:

require_once('autorun.php');
class TestHelloWorld extends UnitTestCase
?>


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「SimpleTest」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.