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