类 HtmlUtilsTest

java.lang.Object
com.publiccms.test.tools.HtmlUtilsTest

@DisplayName("html utils test case") class HtmlUtilsTest extends Object
  • 字段详细资料

    • log

      protected final org.apache.commons.logging.Log log
    • html

      String html
  • 构造器详细资料

    • HtmlUtilsTest

      HtmlUtilsTest()
  • 方法详细资料

    • htmlCut

      @Test @DisplayName("html cut") void htmlCut()
    • removeHtmlTag

      @Test @DisplayName("remove html") void removeHtmlTag()
    • cleanUnsafeHtml

      @Test @DisplayName("clean safe html") void cleanUnsafeHtml()
    • swapWord

      @Test @DisplayName("swap word") void swapWord()
    • stringCut

      @Test @DisplayName("string cut") void stringCut()