I've following code:
@Test
public void testCollection()
{
List<String> l= new ArrayList<String>();
l.add("S1");
l.add("S2");
Map<String, String> m = new...
Type: Posts; User: vladiva; Keyword(s):
I've following code:
@Test
public void testCollection()
{
List<String> l= new ArrayList<String>();
l.add("S1");
l.add("S2");
Map<String, String> m = new...