Skip to content

Commit

Permalink
[#5] Skip these tests for now
Browse files Browse the repository at this point in the history
lukaseder committed May 29, 2014
1 parent 24d5bf5 commit 7eb2e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jOOR/src/test/java/org/joor/test/ReflectTest.java
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ public void testPrivateConstructor() {
assertEquals("abc", on(PrivateConstructors.class).create("abc").get("string"));
}

@Test
// [#5] Re-enact when this is implemented @Test
public void testConstructorsWithAmbiguity() {
Test2 test;

@@ -187,7 +187,7 @@ public void testPrivateMethodsAreFoundOnDeclaringClass() throws Exception {
assertEquals(TestHierarchicalMethodsBase.PRIVATE_RESULT, on(baseClass).call("priv_method", 1).get());
}

@Test
// [#5] Re-enact when this is implemented @Test
public void testMethodsWithAmbiguity() {
Test3 test;

0 comments on commit 7eb2e2b

Please sign in to comment.