/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* See LICENSE.txt included in this distribution for the specific
* language governing permissions and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at LICENSE.txt.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Copyright 2009 - 2011 Jens Elkner.
*/
/**
* @author Jens Elkner
* @version $Revision$
*/
public class TroffAnalyzerTest {
/**
* Test method for {@link org.opensolaris.opengrok.analysis.document
* .TroffAnalyzer#TroffAnalyzer(org.opensolaris.opengrok.analysis.FileAnalyzerFactory)}.
*/
public static void setUpBeforeClass() {
factory = new TroffAnalyzerFactory();
}
}
/**
* @throws java.lang.Exception
*/
}
/**
* @throws java.lang.Exception
*/
}
/**
* @throws java.lang.Exception
*/
}
/**
* Test method for {@link org.opensolaris.opengrok.analysis.document
* .TroffAnalyzer#analyze(org.apache.lucene.document.Document,
* java.io.InputStream)}.
* @throws IOException
*/
@Test
}
/**
* Test method for {@link org.opensolaris.opengrok.analysis.document
* .TroffAnalyzer#writeXref(java.io.Writer)}.
* @throws IOException
*/
@Test
testAnalyze();
}
/**
* Test method for {@link org.opensolaris.opengrok.analysis.document
* .TroffAnalyzer#tokenStream(java.lang.String, java.io.Reader)}.
*/
public void testTokenStreamStringReader() {
fail("Not yet implemented");
}
/**
* Test method for {@link org.opensolaris.opengrok.analysis.document
* .TroffAnalyzer#writeXref(java.io.Reader, java.io.Writer,
* org.opensolaris.opengrok.analysis.Definitions,
* org.opensolaris.opengrok.history.Annotation,
* org.opensolaris.opengrok.configuration.Project)}.
*/
public void xtestWriteXrefReaderWriterDefinitionsAnnotationProject() {
fail("Not yet implemented");
}
}