@Before public void startUp() throws Exception { Setup.pushZssLocale(Locale.TAIWAN); }
@After public void tearDown() throws Exception { Setup.popZssLocale(); }
@BeforeClass public static void setUpLibrary() throws Exception { Setup.touch(); }