SHA256
23 12 25
Сессии работают пользователи добавляются. И тесты красиво выводият коменты. Старый класс теста больше не нужен
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
package test.it;
|
package test.it;
|
||||||
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
import test.it.utils.JsonBuilders;
|
||||||
|
import test.it.utils.JsonParsers;
|
||||||
|
import test.it.utils.TestConfig;
|
||||||
|
import test.it.utils.WsTestClient;
|
||||||
|
|
||||||
import java.time.Duration;
|
import java.time.Duration;
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,10 @@ package test.it;
|
|||||||
|
|
||||||
import org.junit.jupiter.api.BeforeAll;
|
import org.junit.jupiter.api.BeforeAll;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
import test.it.utils.JsonBuilders;
|
||||||
|
import test.it.utils.JsonParsers;
|
||||||
|
import test.it.utils.TestConfig;
|
||||||
|
import test.it.utils.WsTestClient;
|
||||||
|
|
||||||
import java.time.Duration;
|
import java.time.Duration;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
package test.it;
|
package test.it.utils;
|
||||||
|
|
||||||
import utils.crypto.Ed25519Util;
|
import utils.crypto.Ed25519Util;
|
||||||
|
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
package test.it;
|
package test.it.utils;
|
||||||
|
|
||||||
import com.fasterxml.jackson.databind.JsonNode;
|
import com.fasterxml.jackson.databind.JsonNode;
|
||||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package test.it;
|
package test.it.utils;
|
||||||
|
|
||||||
import utils.crypto.Ed25519Util;
|
import utils.crypto.Ed25519Util;
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package test.it;
|
package test.it.utils;
|
||||||
|
|
||||||
public final class TestLog {
|
public final class TestLog {
|
||||||
private TestLog(){}
|
private TestLog(){}
|
||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
package test.it;
|
package test.it.utils;
|
||||||
|
|
||||||
import com.fasterxml.jackson.databind.JsonNode;
|
import com.fasterxml.jackson.databind.JsonNode;
|
||||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||||
Reference in New Issue
Block a user