Commit 1e5f442a43018de2f4a3bba2f6b78671ca960a28
1 parent
5d1ee785
Exists in
master
Retirada de import desnecessário
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
impl/core/src/test/java/security/authorization/disable/DisabledAuthorizationTest.java
| ... | ... | @@ -36,9 +36,7 @@ |
| 36 | 36 | */ |
| 37 | 37 | package security.authorization.disable; |
| 38 | 38 | |
| 39 | -import static org.junit.Assert.assertEquals; | |
| 40 | 39 | import static org.junit.Assert.assertNull; |
| 41 | -import static org.junit.Assert.assertTrue; | |
| 42 | 40 | |
| 43 | 41 | import javax.enterprise.context.RequestScoped; |
| 44 | 42 | import javax.enterprise.event.Observes; |
| ... | ... | @@ -52,7 +50,6 @@ import org.jboss.shrinkwrap.api.spec.JavaArchive; |
| 52 | 50 | import org.junit.Test; |
| 53 | 51 | import org.junit.runner.RunWith; |
| 54 | 52 | |
| 55 | -import security.athentication.custom.CustomAuthenticator; | |
| 56 | 53 | import security.authorization.custom.CustomAuthorizer; |
| 57 | 54 | import test.Tests; |
| 58 | 55 | import br.gov.frameworkdemoiselle.security.AfterLoginSuccessful; | ... | ... |