Move tests

This commit is contained in:
Paul Schaub 2023-04-27 14:23:58 +02:00
parent 49fd7143cf
commit 7ea46a1916
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
6 changed files with 9 additions and 6 deletions

View File

@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: Apache-2.0
package sop.util;
package sop;
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
import static org.junit.jupiter.api.Assertions.assertEquals;
@ -15,6 +15,7 @@ import java.util.List;
import org.junit.jupiter.api.Test;
import sop.ByteArrayAndResult;
import sop.Verification;
import sop.util.UTCUtil;
public class ByteArrayAndResultTest {

View File

@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: Apache-2.0
package sop.util;
package sop;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;

View File

@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: Apache-2.0
package sop.util;
package sop;
import static org.junit.jupiter.api.Assertions.assertArrayEquals;

View File

@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: Apache-2.0
package sop.util;
package sop;
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
import static org.junit.jupiter.api.Assertions.assertEquals;
@ -19,6 +19,7 @@ import sop.ByteArrayAndResult;
import sop.ReadyWithResult;
import sop.Verification;
import sop.exception.SOPGPException;
import sop.util.UTCUtil;
public class ReadyWithResultTest {

View File

@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: Apache-2.0
package sop.util;
package sop;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
@ -10,6 +10,7 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
import org.junit.jupiter.api.Test;
import sop.SessionKey;
import sop.util.HexUtil;
public class SessionKeyTest {

View File

@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: Apache-2.0
package sop.util;
package sop;
import static org.junit.jupiter.api.Assertions.assertEquals;