mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
ignore test
This commit is contained in:
parent
09e2df8248
commit
c45b6c4b8f
@ -110,6 +110,7 @@ public class CaptchaTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void bgTest(){
|
public void bgTest(){
|
||||||
LineCaptcha captcha = CaptchaUtil.createLineCaptcha(200, 100, 4, 1);
|
LineCaptcha captcha = CaptchaUtil.createLineCaptcha(200, 100, 4, 1);
|
||||||
captcha.setBackground(Color.WHITE);
|
captcha.setBackground(Color.WHITE);
|
||||||
|
@ -4,8 +4,9 @@ import cn.hutool.captcha.generator.MathGenerator;
|
|||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class GeneratorTest {
|
public class GeneratorTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void mathGeneratorTest(){
|
public void mathGeneratorTest() {
|
||||||
final MathGenerator mathGenerator = new MathGenerator();
|
final MathGenerator mathGenerator = new MathGenerator();
|
||||||
for (int i = 0; i < 1000; i++) {
|
for (int i = 0; i < 1000; i++) {
|
||||||
mathGenerator.verify(mathGenerator.generate(), "0");
|
mathGenerator.verify(mathGenerator.generate(), "0");
|
||||||
|
@ -425,7 +425,7 @@ public class ExcelWriteTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
// @Ignore
|
@Ignore
|
||||||
public void addSelectTest2() {
|
public void addSelectTest2() {
|
||||||
ExcelWriter writer = ExcelUtil.getWriter("d:/test/select.xls");
|
ExcelWriter writer = ExcelUtil.getWriter("d:/test/select.xls");
|
||||||
writer.writeCellValue(0, 0, "请选择科目");
|
writer.writeCellValue(0, 0, "请选择科目");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user