Package com._1c.g5.v8.dt.bsl
Class FullGrammarTest
java.lang.Object
com._1c.g5.v8.dt.bsl.SimpleTestBslParseHelper
com._1c.g5.v8.dt.bsl.FullGrammarTest
@InjectWith(BslInjectorProvider.class)
public class FullGrammarTest
extends SimpleTestBslParseHelper
Grammar Test of Bsl language
-
Field Summary
Fields inherited from class com._1c.g5.v8.dt.bsl.SimpleTestBslParseHelper
parser, resourceSet, resourceSetProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
protected String
getTextFromFile
(String fileName) Reads text from filestatic void
setUp()
void
testFull()
Methods inherited from class com._1c.g5.v8.dt.bsl.SimpleTestBslParseHelper
getModuleLineDelimeter, parseFile
-
Constructor Details
-
FullGrammarTest
public FullGrammarTest()
-
-
Method Details
-
setUp
public static void setUp() -
beforeTest
- Throws:
ZipException
IOException
-
testFull
- Throws:
Exception
-
afterTest
public void afterTest() -
getTextFromFile
Description copied from class:SimpleTestBslParseHelper
Reads text from file- Overrides:
getTextFromFile
in classSimpleTestBslParseHelper
- Parameters:
fileName
- name of the file, can't benull
- Returns:
- content of the file, can't be
null
- Throws:
IOException
- all detected exception
-