コード例 #1
0
 /** Method: findMaximumMatching(String colors) */
 @Test
 public void testFindMaximumMatching() throws Exception {
   assertEquals(
       testClass.findMaximumMatching("BRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBR"), 24);
 }