Bael 6556 2 (#4365)

* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-6556] - Next set of testcase renamed
This commit is contained in:
Amit Pandey
2018-05-30 01:44:19 +05:30
committed by Grzegorz Piwowarek
parent 8713e26b6f
commit dfcc0cab05
39 changed files with 41 additions and 41 deletions

View File

@@ -9,7 +9,7 @@ import java.util.stream.IntStream;
import org.junit.Test;
public class ThreadSafeCounterTest {
public class ThreadSafeCounterIntegrationTest {
@Test
public void givenMultiThread_whenSafeCounterWithLockIncrement() throws InterruptedException {

View File

@@ -6,7 +6,7 @@ import static org.junit.Assert.assertTrue;
import org.junit.Ignore;
import org.junit.Test;
public class DaemonThreadTest {
public class DaemonThreadUnitTest {
@Test
@Ignore

View File

@@ -9,7 +9,7 @@ import java.util.stream.IntStream;
import static org.junit.Assert.assertEquals;
public class BaeldungSychronizedBlockTest {
public class BaeldungSychronizedBlockUnitTest {
@Test
public void givenMultiThread_whenBlockSync() throws InterruptedException {

View File

@@ -10,7 +10,7 @@ import java.util.stream.IntStream;
import static org.junit.Assert.assertEquals;
public class BaeldungSynchronizeMethodsTest {
public class BaeldungSynchronizeMethodsUnitTest {
@Test
@Ignore