1 19 20 package org.netbeans.lib.lexer.test.dump; 21 import org.netbeans.junit.NbTestCase; 22 import org.netbeans.lib.lexer.test.LexerTestUtilities; 23 24 29 public class TokenDumpTest extends NbTestCase { 30 31 public TokenDumpTest(String testName) { 32 super(testName); 33 } 34 35 protected void setUp() throws java.lang.Exception { 36 } 37 38 protected void tearDown() throws java.lang.Exception { 39 } 40 41 public void testTokenDump() throws Exception { 42 LexerTestUtilities.checkTokenDump(this, 49 "testfiles/TokenDumpTestFile.txt", 50 TextAsSingleTokenTokenId.language()); 51 } 52 53 } 54 | Popular Tags |