com.neatech.climbplan.dataaccess
Class DatabaseImplTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.neatech.climbplan.dataaccess.DatabaseImplTest
- All Implemented Interfaces:
- Test
public class DatabaseImplTest
- extends TestCase
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
database
protected Database database
mountaineers
protected List<MountaineerModel> mountaineers
organizers
protected List<MountaineerModel> organizers
teams
protected List<TeamModel> teams
DatabaseImplTest
public DatabaseImplTest()
setUp
protected void setUp()
throws Exception
- Overrides:
setUp
in class TestCase
- Throws:
Exception
tearDown
protected void tearDown()
throws Exception
- Overrides:
tearDown
in class TestCase
- Throws:
Exception
testCheckLogin
public void testCheckLogin()
throws DatabaseException
- Throws:
DatabaseException
testDeleteMap
public void testDeleteMap()
throws DatabaseException
- Throws:
DatabaseException
testDeleteMountaineer
public void testDeleteMountaineer()
throws DatabaseException
- Throws:
DatabaseException
testDeleteOrganizer
public void testDeleteOrganizer()
throws DatabaseException
- Throws:
DatabaseException
testDeleteTeam
public void testDeleteTeam()
throws DatabaseException
- Throws:
DatabaseException
testGetAllMaps
public void testGetAllMaps()
throws DatabaseException
- Throws:
DatabaseException
testGetAllMountaineers
public void testGetAllMountaineers()
throws DatabaseException
- Throws:
DatabaseException
testGetAllOrganizers
public void testGetAllOrganizers()
throws DatabaseException
- Throws:
DatabaseException
testGetAllTeams
public void testGetAllTeams()
throws DatabaseException
- Throws:
DatabaseException
testInsertMap
public void testInsertMap()
throws DatabaseException
- Throws:
DatabaseException
testInsertMountaineer
public void testInsertMountaineer()
throws DatabaseException
- Throws:
DatabaseException
testInsertOrganizer
public void testInsertOrganizer()
throws DatabaseException
- Throws:
DatabaseException
testInsertTeam
public void testInsertTeam()
throws DatabaseException
- Throws:
DatabaseException
testUpdateMap
public void testUpdateMap()
testUpdateMountaineer
public void testUpdateMountaineer()
throws DatabaseException
- Throws:
DatabaseException
testUpdateOrganizer
public void testUpdateOrganizer()
throws DatabaseException
- Throws:
DatabaseException
testAddMountaineerToTeam
public void testAddMountaineerToTeam()
testDeleteMountaineerFromTeam
public void testDeleteMountaineerFromTeam()
testUpdateTeam
public void testUpdateTeam()