BAEL-4948: Rename JsonSerializerUnitTest to the ObjectToJsonConverterUnitTest (#10710)

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
This commit is contained in:
kwoyke
2021-04-30 07:36:40 +02:00
committed by GitHub
parent 92e4460f3c
commit 19e47f0d00

View File

@@ -5,7 +5,7 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
public class JsonSerializerUnitTest { public class ObjectToJsonConverterUnitTest {
@Test @Test
public void givenObjectNotSerializedThenExceptionThrown() throws JsonSerializationException { public void givenObjectNotSerializedThenExceptionThrown() throws JsonSerializationException {