Skip to content

Commit

Permalink
#40 other tests still fail, because the implementation is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
britzke committed Mar 21, 2017
1 parent dba12a3 commit cd71492
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/java/de/rennspur/test/beans/ClubBeanTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*/
package de.rennspur.test.beans;

import static org.junit.Assert.fail;
import static org.junit.Assert.assertNotNull;
import static org.mockito.Mockito.when;

Expand Down Expand Up @@ -71,7 +72,7 @@ public void testIfInitInitializesFieldClubs() {
*/
@Test
public void testInsertNewClub() {
// fail("Not yet implemented");
fail("Not yet implemented");
}

/**
Expand All @@ -80,7 +81,7 @@ public void testInsertNewClub() {
*/
@Test
public void testOnRowSelect() {
// fail("Not yet implemented");
fail("Not yet implemented");
}

}

0 comments on commit cd71492

Please sign in to comment.