That was an easy test - just had time to write

This commit is contained in:
md_5 2013-05-24 14:45:33 +10:00
parent 7eac22d362
commit ddb93fd988

View File

@ -20,6 +20,9 @@ public class CaseInsensitiveTest
@Test
public void testSets()
{
throw new UnsupportedOperationException( "Need a unit test!!!" );
CaseInsensitiveSet set = new CaseInsensitiveSet();
set.add( "FOO" );
Assert.assertTrue( set.contains( "foo" ) );
}
}