That was an easy test - just had time to write
This commit is contained in:
parent
7eac22d362
commit
ddb93fd988
@ -20,6 +20,9 @@ public class CaseInsensitiveTest
|
|||||||
@Test
|
@Test
|
||||||
public void testSets()
|
public void testSets()
|
||||||
{
|
{
|
||||||
throw new UnsupportedOperationException( "Need a unit test!!!" );
|
CaseInsensitiveSet set = new CaseInsensitiveSet();
|
||||||
|
|
||||||
|
set.add( "FOO" );
|
||||||
|
Assert.assertTrue( set.contains( "foo" ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user