Skip to content

Boolean(String)のテストを書く #2

@atsuteru

Description

@atsuteru

Try

Boolean(String)のテストを書く

詳細

API仕様の以下の記述をテストによって検証する。

文字列引数が null ではなく、文字列 "true" に等しい (大文字と小文字は区別しない) 場合は、
値 true を表す Boolean オブジェクトを割り当てます。
そうでない場合は、値 false を表す Boolean オブジェクトを割り当てます。

http://java.sun.com/javase/ja/6/docs/ja/api/ より

成果物

  • githubのdevst/devst_nakamozuにpushされたソースコード

成功要件

  • クラス名は devst.java.lang.BooleanTest であること
  • ソース格納ディレクトリは src/test/java であること

取り掛かる人はこのIssueにアサインしてください。

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions