fix tests

This commit is contained in:
Anton Romanov 2022-06-07 17:01:07 +04:00
parent 5b8fea7d62
commit af34fc9258
4 changed files with 2 additions and 6 deletions

View File

@ -8,6 +8,7 @@ jar {
archivesBaseName = 'example-web'
}
group 'ru.ulstu'
version '1.0-SNAPSHOT'

View File

@ -1,5 +1,3 @@
package ru.ulstu;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;

View File

@ -1,5 +1,3 @@
package ru.ulstu;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;

View File

@ -1,9 +1,8 @@
package ru.ulstu;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.Mockito;
import org.powermock.api.mockito.PowerMockito;
import ru.ulstu.UserService;
import ru.ulstu.entity.User;
import ru.ulstu.exception.UserNotValidException;
import ru.ulstu.persistence.FileStore;