Пример #1
0
 /**
  * Returns the ContentBean with the given id.
  *
  * @param id Id of ContentBean to get
  * @return ContentBean
  */
 protected <T> T getContentBean(int id) {
   return ContentTestCaseHelper.getContentBean(infrastructure, id);
 }
Пример #2
0
 public Content getContent(int id) {
   return ContentTestCaseHelper.getContent(infrastructure, id);
 }