Search in sources :

Example 1 with AppSearch

use of com.sohu.cache.entity.AppSearch in project cachecloud by sohutv.

the class AppDaoTest method testGetAllAppDescList.

@Test
public void testGetAllAppDescList() {
    AppSearch vo = new AppSearch();
    vo.setAppName("vrspoll");
    vo.setAppId(10011L);
    List<AppDesc> list = appDao.getAllAppDescList(vo);
    logger.info("list is {}", list);
}
Also used : AppSearch(com.sohu.cache.entity.AppSearch) AppDesc(com.sohu.cache.entity.AppDesc) BaseTest(com.sohu.test.BaseTest) Test(org.junit.Test)

Aggregations

AppDesc (com.sohu.cache.entity.AppDesc)1 AppSearch (com.sohu.cache.entity.AppSearch)1 BaseTest (com.sohu.test.BaseTest)1 Test (org.junit.Test)1