package com.lxzn.ucenter.dao; import com.lxzn.framework.domain.ucenter.Button; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; import java.util.List; @RunWith(SpringRunner.class) @SpringBootTest public class ButtonMapperTest { @Autowired private ButtonMapper buttonMapper; @Test public void testGetButtonPerms() { String userid = "1254966905669160962"; List