📄 xmlparserspellingsuggestionresultstest.java
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -