1 package org.apache.fulcrum.intake; 2 3 56 57 import junit.framework.TestCase; 58 59 import org.apache.fulcrum.parser.StringValueParser; 60 61 68 public class IntakeTest 69 extends TestCase 70 71 { 72 75 public IntakeTest(String testName) 76 { 77 super(testName); 78 } 79 80 83 public void testIntakeAndStringValueParser() throws Exception  84 { 85 StringValueParser svp = new StringValueParser(); 86 89 } 90 } 91 | Popular Tags |