Simulate failed test in jenkins pipeline

This commit is contained in:
Dassi Orleando 2017-12-27 05:38:11 +01:00
parent 8d5afe2023
commit 8898d22ccb

View File

@ -6,6 +6,6 @@ import static org.junit.Assert.*;
public class SomeUnitTest {
@Test
public void init() {
assertEquals(1, 1);
assertEquals(1, 0);
}
}