Package com._1c.g5.v8.dt.dcs.expressions
Class ExpressionsGrammarFullTest
- java.lang.Object
-
- com._1c.g5.v8.dt.dcs.expressions.SimpleTestExpressionParseHelper
-
- com._1c.g5.v8.dt.dcs.expressions.ExpressionsGrammarFullTest
-
@InjectWith(ExpressionsInjectorProvider.class) public class ExpressionsGrammarFullTest extends SimpleTestExpressionParseHelper
Grammar Test of Expression language
-
-
Field Summary
-
Fields inherited from class com._1c.g5.v8.dt.dcs.expressions.SimpleTestExpressionParseHelper
parser, resourceSet, resourceSetProvider
-
-
Constructor Summary
Constructors Constructor Description ExpressionsGrammarFullTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterTest()voidbeforeTest()protected StringgetTextFromFile(String fileName)Reads text from filestatic voidsetUp()voidtestFull()-
Methods inherited from class com._1c.g5.v8.dt.dcs.expressions.SimpleTestExpressionParseHelper
getModuleLineDelimeter, parseFile
-
-
-
-
Method Detail
-
setUp
public static void setUp()
-
getTextFromFile
protected String getTextFromFile(String fileName) throws IOException
Description copied from class:SimpleTestExpressionParseHelperReads text from file- Overrides:
getTextFromFilein classSimpleTestExpressionParseHelper- Parameters:
fileName- name of the file, can't benull- Returns:
- content of the file, can't be
null - Throws:
IOException- all detected exception
-
afterTest
public void afterTest()
-
-