package egovframework.admin.sys.bbs.mst.service.impl; import egovframework.admin.sys.bbs.mst.dto.BbsMstVO; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.annotation.Commit; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.co..