国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 學(xué)院 > 開(kāi)發(fā)設(shè)計(jì) > 正文

解決test is not an annotation type一種方案

2019-11-10 19:57:48
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

今天使用junit做沒(méi)底時(shí),報(bào)了一個(gè)提示!test is not an annotation type,在方法上加上@org.junit.Test就沒(méi)有問(wèn)題,如下

import org.junit.Test;import redis.clients.jedis.Jedis;public class Test {@Test,此處提示Test is not an annotation typepublic void test_string() {Jedis jedis = new Jedis("localhost");System.out.PRintln("Connection to server successfully");jedis.set("mykey", "zosef");System.out.println("Server is running:"+jedis.get("mykey"));} }

仔細(xì)檢查了一下,類(lèi)名也叫Test,結(jié)果是沖突了!暈了!改正后

import org.junit.Test;import redis.clients.jedis.Jedis;public class JedisTest { @Testpublic void test_string() {Jedis jedis = new Jedis("localhost");System.out.println("Connection to server successfully");jedis.set("mykey", "zosef");System.out.println("Server is running:"+jedis.get("mykey"));} }


發(fā)表評(píng)論 共有條評(píng)論
用戶(hù)名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 讷河市| 油尖旺区| 贞丰县| 黄冈市| 盐城市| 皋兰县| 长宁区| 辉县市| 牟定县| 绥宁县| 西乌珠穆沁旗| 宁波市| 彰武县| 普陀区| 汾西县| 东辽县| 九台市| 潢川县| 米易县| 泸州市| 灵璧县| 隆尧县| 翼城县| 太和县| 沁源县| 景泰县| 弥勒县| 保康县| 涞水县| 和林格尔县| 长乐市| 浦县| 黑水县| 历史| 北宁市| 四子王旗| 成安县| 内江市| 天台县| 南昌县| 阿拉尔市|