/** Method: findMaximumMatching(String colors) */
 @Test
 public void testFindMaximumMatching() throws Exception {
   assertEquals(
       testClass.findMaximumMatching("BRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBRBR"), 24);
 }