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 TypeMethodDescriptionvoidvoidprotected StringgetTextFromFile(String fileName) Reads text from filestatic voidsetUp()voidtestFull()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:
ZipExceptionIOException
-
testFull
- Throws:
Exception
-
afterTest
public void afterTest() -
getTextFromFile
Description copied from class:SimpleTestBslParseHelperReads text from file- Overrides:
getTextFromFilein classSimpleTestBslParseHelper- Parameters:
fileName- name of the file, can't benull- Returns:
- content of the file, can't be
null - Throws:
IOException- all detected exception
-