#contents
* 情報 [#j956ced8]
- [[Slim3 日本語サイト(非公式)>http://sites.google.com/site/slim3documentja/]]
** ユニットテスト [#lcb8d2a7]
- [[Testing/Controller/Post - Slim3 Cookbook>http://slim3.deathmarch.jp/Testing/Controller/Post]]
public void run() throws Exception {
tester.request.setMethod("POST");
tester.param("key", "value");
tester.start("/");
}