Search in sources :

Example 6 with PmphUserDepartmentVO

use of com.bc.pmpheep.back.vo.PmphUserDepartmentVO in project pmph by BCSquad.

the class PmphDepartmentSeviceTest method testListPmphDepartment.

@Test
public void testListPmphDepartment() {
    // pmphDepartmentService.addPmphDepartment(pmphDepartment);
    PmphUserDepartmentVO departmentVO = pmphDepartmentService.listPmphDepartment(null);
    Assert.assertNotNull("获取数据失败", departmentVO);
}
Also used : PmphUserDepartmentVO(com.bc.pmpheep.back.vo.PmphUserDepartmentVO) Test(org.junit.Test) BaseTest(com.bc.pmpheep.test.BaseTest)

Aggregations

PmphUserDepartmentVO (com.bc.pmpheep.back.vo.PmphUserDepartmentVO)6 PmphUser (com.bc.pmpheep.back.po.PmphUser)2 BaseTest (com.bc.pmpheep.test.BaseTest)2 Test (org.junit.Test)2 CheckedServiceException (com.bc.pmpheep.service.exception.CheckedServiceException)1 ArrayList (java.util.ArrayList)1 Rollback (org.springframework.test.annotation.Rollback)1