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 Constructor Description FullGrammarTest()
-
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.bsl.SimpleTestBslParseHelper
getModuleLineDelimeter, parseFile
-
-
-
-
Method Detail
-
setUp
public static void setUp()
-
beforeTest
public void beforeTest() throws ZipException, IOException- Throws:
ZipExceptionIOException
-
afterTest
public void afterTest()
-
getTextFromFile
protected String getTextFromFile(String fileName) throws IOException
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
-
-