xmlparserspellingsuggestionresultstest.java
来自「yahoo api,包括各版本的」· Java 代码 · 共 12 行
JAVA
12 行
package com.yahoo.search.xmlparser;import com.yahoo.search.SpellingSuggestionResults;import com.yahoo.XmlParserTestUtil;import junit.framework.TestCase;public class XmlParserSpellingSuggestionResultsTest extends TestCase { public void testParseSpellingSuggestionResults() throws Exception { SpellingSuggestionResults results = new XmlParserSpellingSuggestionResults(XmlParserTestUtil.parseTest("/com/yahoo/search/xmlparser/spellingSuggestion.xml")); assertEquals("madonna", results.getSuggestion()); }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?