Package com._1c.g5.v8.dt.dcs.expressions
Class ExpressionsGrammarBugTest
java.lang.Object
com._1c.g5.v8.dt.dcs.expressions.SimpleTestExpressionParseHelper
com._1c.g5.v8.dt.dcs.expressions.ExpressionsGrammarBugTest
@InjectWith(ExpressionsInjectorProvider.class)
public class ExpressionsGrammarBugTest
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getTextFromFile
(String fileName) Reads text from filestatic void
setUp()
void
test1()
Methods inherited from class com._1c.g5.v8.dt.dcs.expressions.SimpleTestExpressionParseHelper
getModuleLineDelimeter, parseFile
-
Constructor Details
-
ExpressionsGrammarBugTest
public ExpressionsGrammarBugTest()
-
-
Method Details
-
setUp
public static void setUp() -
test1
- Throws:
Exception
-
getTextFromFile
Description copied from class:SimpleTestExpressionParseHelper
Reads text from file- Overrides:
getTextFromFile
in classSimpleTestExpressionParseHelper
- Parameters:
fileName
- name of the file, can't benull
- Returns:
- content of the file, can't be
null
- Throws:
IOException
- all detected exception
-