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 void
afterTest()
void
beforeTest()
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
-
-
-
-
Method Detail
-
setUp
public static void setUp()
-
beforeTest
public void beforeTest() throws ZipException, IOException
- Throws:
ZipException
IOException
-
afterTest
public void afterTest()
-
getTextFromFile
protected String getTextFromFile(String fileName) throws IOException
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
-
-