Skip to content

Commit

Permalink
spotless again
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Jan 18, 2016
1 parent 48d82f1 commit 1295e3f
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -10,6 +10,10 @@

package com.example.mockito;

import static org.mockito.Mockito.mock;

import java.lang.reflect.Parameter;

import org.junit.gen5.api.extension.ExtensionContext;
import org.junit.gen5.api.extension.InstancePostProcessor;
import org.junit.gen5.api.extension.MethodInvocationContext;
Expand All @@ -19,10 +23,6 @@
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;

import java.lang.reflect.Parameter;

import static org.mockito.Mockito.mock;

/**
* {@code MockitoExtension} showcases the {@link InstancePostProcessor}
* and {@link MethodParameterResolver} extension points of JUnit 5 by
Expand Down

0 comments on commit 1295e3f

Please sign in to comment.