Bael 6556 3 (#4382)
* Added parent module on poms that have no parent defined * Removed dependency reduced pom from undertow module * [BAEL-6556] - Next set of renames of testcases * [BAEL-6556] - Next set of renames of testcases * [BAEL-6556] - Next set of renames of testcases * [BAEL-6556] - Next set of renames of testcases
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
cfa5f07c96
commit
7206e64bef
+1
-1
@@ -13,7 +13,7 @@ import org.slf4j.LoggerFactory;
|
||||
|
||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||
|
||||
public class JSONLayoutTest {
|
||||
public class JSONLayoutIntegrationTest {
|
||||
|
||||
private static Logger logger;
|
||||
private ByteArrayOutputStream consoleOutput = new ByteArrayOutputStream();
|
||||
+2
-2
@@ -6,7 +6,7 @@ import org.junit.Test;
|
||||
import ch.qos.logback.classic.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
public class LogbackTests {
|
||||
public class LogbackIntegrationTest {
|
||||
|
||||
@Test
|
||||
public void givenLogHierarchy_MessagesFiltered() {
|
||||
@@ -51,7 +51,7 @@ public class LogbackTests {
|
||||
@Test
|
||||
public void givenParameters_ValuesLogged() {
|
||||
|
||||
Logger logger = (ch.qos.logback.classic.Logger) LoggerFactory.getLogger(LogbackTests.class);
|
||||
Logger logger = (ch.qos.logback.classic.Logger) LoggerFactory.getLogger(LogbackIntegrationTest.class);
|
||||
|
||||
String message = "This is a String";
|
||||
Integer zero = 0;
|
||||
+1
-1
@@ -11,7 +11,7 @@ import org.junit.Test;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
public class MapAppenderTest {
|
||||
public class MapAppenderUnitTest {
|
||||
|
||||
private LoggerContext ctx;
|
||||
|
||||
Reference in New Issue
Block a user