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