Commit e95628277b2c1ba416eaffa253bdccba540559d3
1 parent
ec946f2f
Exists in
master
Melhorias na classe TransactionContextImplTest.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
impl/core/src/test/java/br/gov/frameworkdemoiselle/internal/implementation/TransactionContextImplTest.java
... | ... | @@ -45,13 +45,11 @@ import java.util.List; |
45 | 45 | |
46 | 46 | import junit.framework.Assert; |
47 | 47 | |
48 | -import org.easymock.EasyMock; | |
49 | 48 | import org.junit.Test; |
50 | 49 | import org.junit.runner.RunWith; |
51 | 50 | import org.powermock.api.easymock.PowerMock; |
52 | 51 | import org.powermock.core.classloader.annotations.PrepareForTest; |
53 | 52 | import org.powermock.modules.junit4.PowerMockRunner; |
54 | -import org.powermock.reflect.Whitebox; | |
55 | 53 | |
56 | 54 | import br.gov.frameworkdemoiselle.internal.bootstrap.TransactionBootstrap; |
57 | 55 | import br.gov.frameworkdemoiselle.internal.configuration.TransactionConfig; | ... | ... |