Commit 601afaa01eeb7abc81f37d006ce3b8b44c143fa3
1 parent
a1b753e6
Exists in
master
Retirada de importações desnecessárias da classe JsfBootstrapTest.
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
impl/extension/jsf/src/test/java/br/gov/frameworkdemoiselle/internal/bootstrap/JsfBootstrapTest.java
| ... | ... | @@ -39,27 +39,20 @@ package br.gov.frameworkdemoiselle.internal.bootstrap; |
| 39 | 39 | import static org.easymock.EasyMock.expect; |
| 40 | 40 | import static org.powermock.api.easymock.PowerMock.createMock; |
| 41 | 41 | import static org.powermock.api.easymock.PowerMock.mockStatic; |
| 42 | -import static org.powermock.api.easymock.PowerMock.replayAll; | |
| 43 | 42 | import static org.powermock.api.easymock.PowerMock.replay; |
| 44 | 43 | import static org.powermock.api.easymock.PowerMock.verifyAll; |
| 45 | -import static org.powermock.api.easymock.PowerMock.verify; | |
| 46 | 44 | |
| 47 | -import java.lang.annotation.Annotation; | |
| 48 | 45 | import java.util.ArrayList; |
| 49 | 46 | import java.util.List; |
| 50 | 47 | import java.util.Locale; |
| 51 | 48 | |
| 52 | -import javax.enterprise.context.spi.Contextual; | |
| 53 | -import javax.enterprise.context.spi.CreationalContext; | |
| 54 | 49 | import javax.enterprise.inject.spi.AfterBeanDiscovery; |
| 55 | 50 | import javax.enterprise.inject.spi.AfterDeploymentValidation; |
| 56 | 51 | |
| 57 | 52 | import junit.framework.Assert; |
| 58 | 53 | |
| 59 | -import org.easymock.EasyMock; | |
| 60 | 54 | import org.junit.Before; |
| 61 | 55 | import org.junit.Test; |
| 62 | -import org.junit.rules.TemporaryFolder; | |
| 63 | 56 | import org.junit.runner.RunWith; |
| 64 | 57 | import org.powermock.core.classloader.annotations.PrepareForTest; |
| 65 | 58 | import org.powermock.modules.junit4.PowerMockRunner; | ... | ... |