This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package jp.sub.zico_hihan.trickortreat | |
import org.junit.Test | |
import org.junit.Assert.* | |
/** | |
* お菓子をあげたら悪戯されないことを検証します。 | |
* | |
* Created by Kawaveri on 2017/10/15. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package jp.sub.zico_hihan.javaripark | |
/** | |
* 定数をここへ記載します。 | |
* | |
* Created by Kawaveri on 2017/07/01. | |
* @see <a href="http://zico-hihan.sub.jp/category/warasibe2/bugtte">カワヴェリ名人のBugって障害報告</a> | |
*/ | |
public val INHABIT_ANIMAL: String = "けもの" |