...
Eclipse 実行構成から実行可能な Java アプリケーションのカバレッジデータ
Webアプリケーションサーバー上で動作する Java アプリケーションのカバレッジデータ
Code Block theme Eclipse /** * 商品リストを取得します。 * * @return itemList 商品リスト */ public List<Item> getItemList() { return itemList; }
...
Eclipse 実行構成から実行可能な Java アプリケーションのカバレッジデータ
Webアプリケーションサーバー上で動作する Java アプリケーションのカバレッジデータ
Code Block | ||
---|---|---|
| ||
/**
* 商品リストを取得します。
*
* @return itemList 商品リスト
*/
public List<Item> getItemList() {
return itemList;
} |