Commit d677aeceaf96420a24628fcd6da0a635b5dc4346
1 parent
23d1884a
Exists in
master
Retirada do @Ignore
Showing
3 changed files
with
7 additions
and
8 deletions
Show diff stats
impl/core/src/test/java/br/gov/frameworkdemoiselle/util/ExceptionsTest.java
impl/core/src/test/java/br/gov/frameworkdemoiselle/util/ReflectionsTest.java
... | ... | @@ -35,11 +35,11 @@ |
35 | 35 | * 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. |
36 | 36 | */ |
37 | 37 | package br.gov.frameworkdemoiselle.util; |
38 | -import org.junit.Ignore; | |
38 | + | |
39 | 39 | import static org.junit.Assert.assertEquals; |
40 | 40 | |
41 | 41 | import org.junit.Test; |
42 | -@Ignore | |
42 | + | |
43 | 43 | public class ReflectionsTest { |
44 | 44 | |
45 | 45 | @Test |
... | ... | @@ -51,7 +51,7 @@ public class ReflectionsTest { |
51 | 51 | } |
52 | 52 | |
53 | 53 | class SomeClass<T, I> { |
54 | - | |
54 | + | |
55 | 55 | } |
56 | 56 | |
57 | 57 | class OtherClass extends SomeClass<Long, String> { | ... | ... |
impl/core/src/test/java/br/gov/frameworkdemoiselle/util/StringsTest.java
... | ... | @@ -33,9 +33,9 @@ |
33 | 33 | * "LICENCA.txt", junto com esse programa. Se não, acesse <http://www.gnu.org/licenses/> |
34 | 34 | * ou escreva para a Fundação do Software Livre (FSF) Inc., |
35 | 35 | * 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. |
36 | + */ | |
36 | 37 | |
37 | 38 | package br.gov.frameworkdemoiselle.util; |
38 | -import org.junit.Ignore; | |
39 | 39 | import static org.junit.Assert.assertEquals; |
40 | 40 | import static org.junit.Assert.assertFalse; |
41 | 41 | import static org.junit.Assert.assertNull; |
... | ... | @@ -44,8 +44,8 @@ import static org.powermock.api.easymock.PowerMock.verifyAll; |
44 | 44 | |
45 | 45 | import org.junit.Test; |
46 | 46 | |
47 | -//import br.gov.frameworkdemoiselle.annotation.Ignore; | |
48 | -@Ignore | |
47 | +import br.gov.frameworkdemoiselle.annotation.Ignore; | |
48 | + | |
49 | 49 | public class StringsTest { |
50 | 50 | |
51 | 51 | @Test |
... | ... | @@ -204,4 +204,3 @@ public class StringsTest { |
204 | 204 | } |
205 | 205 | |
206 | 206 | } |
207 | - */ | ... | ... |