@Test
 public void testIsMatch() throws Exception {
   assertTrue(resolver.isMatch());
 }
 @Test
 public void testGetNormalYaku() throws Exception {
   assertEquals(NormalYaku.HAKU, resolver.getNormalYaku());
 }