removed accidental vim swaps
This commit is contained in:
parent
77e0cb3450
commit
87681bc0e4
2 changed files with 3 additions and 27 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -8,6 +8,9 @@ build
|
||||||
\#*
|
\#*
|
||||||
.\#*
|
.\#*
|
||||||
|
|
||||||
|
# Ignore vim swapfiles
|
||||||
|
*\~
|
||||||
|
|
||||||
# Dont commit certs
|
# Dont commit certs
|
||||||
resources/*
|
resources/*
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
||||||
/*
|
|
||||||
* JobServerAuthenticationTest
|
|
||||||
*
|
|
||||||
* v1.0
|
|
||||||
*
|
|
||||||
* May 21, 2019
|
|
||||||
*/
|
|
||||||
|
|
||||||
package JobServ;
|
|
||||||
|
|
||||||
import static org.junit.Assert.assertEquals;
|
|
||||||
import static org.mockito.AdditionalAnswers.delegatesTo;
|
|
||||||
import static org.mockito.Mockito.mock;
|
|
||||||
import static org.mockito.Mockito.verify;
|
|
||||||
|
|
||||||
import io.grpc.ManagedChannel;
|
|
||||||
import io.grpc.inprocess.InProcessChannelBuilder;
|
|
||||||
import io.grpc.inprocess.InProcessServerBuilder;
|
|
||||||
import io.grpc.stub.StreamObserver;
|
|
||||||
import io.grpc.testing.GrpcCleanupRule;
|
|
||||||
import org.junit.Before;
|
|
||||||
import org.junit.Rule;
|
|
||||||
import org.junit.Test;
|
|
||||||
import org.junit.runner.RunWith;
|
|
||||||
import org.junit.runners.JUnit4;
|
|
||||||
import org.mockito.ArgumentCaptor;
|
|
||||||
import org.mockito.ArgumentMatchers;
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue