public class TestMappingAction {
@Test
public void testInitializeMappings(){
//Code for creating list<Connection> & mock for it.
User user = new User();
user.setId(12);
user.setName("user");
user.setPassword("password1");
Datastore datastore = new Datastore();
datastore.setId(121212);
datastore.setName("Hbase");