fix tests
This commit is contained in:
parent
5b8fea7d62
commit
af34fc9258
@ -8,6 +8,7 @@ jar {
|
||||
archivesBaseName = 'example-web'
|
||||
}
|
||||
|
||||
|
||||
group 'ru.ulstu'
|
||||
version '1.0-SNAPSHOT'
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
package ru.ulstu;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
@ -1,5 +1,3 @@
|
||||
package ru.ulstu;
|
||||
|
||||
import org.junit.After;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
@ -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;
|
Loading…
Reference in New Issue
Block a user