Package com._1c.g5.v8.dt.bsl
Class PreprocessorGrammarStructureTest
java.lang.Object
com._1c.g5.v8.dt.bsl.SimpleTestBslParseHelper
com._1c.g5.v8.dt.bsl.PreprocessorGrammarStructureTest
@InjectWith(BslInjectorProvider.class)
@Deprecated(since="2023.3",
forRemoval=true)
public class PreprocessorGrammarStructureTest
extends SimpleTestBslParseHelper
Deprecated, for removal: This API element is subject to removal in a future version.
Tests for preprocessor grammar structure
-
Field Summary
Fields inherited from class com._1c.g5.v8.dt.bsl.SimpleTestBslParseHelper
parser, resourceSet, resourceSetProvider
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
setUp()
Deprecated, for removal: This API element is subject to removal in a future version.void
test1()
Deprecated, for removal: This API element is subject to removal in a future version.New line before preprocessor "name" partvoid
test10()
Deprecated, for removal: This API element is subject to removal in a future version.Expressions before preprocessor "endIf" partvoid
test11()
Deprecated, for removal: This API element is subject to removal in a future version.Expressions after preprocessor "endREgion" partvoid
test12()
Deprecated, for removal: This API element is subject to removal in a future version.Expressions after preprocessor "else" partvoid
test13()
Deprecated, for removal: This API element is subject to removal in a future version.Expressions after preprocessor "then" partvoid
test14()
Deprecated, for removal: This API element is subject to removal in a future version.Expressions after preprocessor "endIf" partvoid
test15()
Deprecated, for removal: This API element is subject to removal in a future version.Expressions after preprocessor "name" partvoid
test16()
Deprecated, for removal: This API element is subject to removal in a future version.Preprocessor conditional expression at 2 linesvoid
test17()
Deprecated, for removal: This API element is subject to removal in a future version.Preprocessor conditional expression at 2 linesvoid
test18()
Deprecated, for removal: This API element is subject to removal in a future version.No errorsvoid
test19()
Deprecated, for removal: This API element is subject to removal in a future version.No errorsvoid
test2()
Deprecated, for removal: This API element is subject to removal in a future version.New line before preprocessor "then" partvoid
test20()
Deprecated, for removal: This API element is subject to removal in a future version.No errorsvoid
test21()
Deprecated, for removal: This API element is subject to removal in a future version.No errorsvoid
test22()
Deprecated, for removal: This API element is subject to removal in a future version.Nested if statement into preprocessorvoid
test23()
Deprecated, for removal: This API element is subject to removal in a future version.void
test24()
Deprecated, for removal: This API element is subject to removal in a future version.void
test25()
Deprecated, for removal: This API element is subject to removal in a future version.void
test3()
Deprecated, for removal: This API element is subject to removal in a future version.New line before preprocessor expression partvoid
test4()
Deprecated, for removal: This API element is subject to removal in a future version.New line before preprocessor "then" part in elsIfvoid
test5()
Deprecated, for removal: This API element is subject to removal in a future version.Expressions before preprocessor "region" partvoid
test6()
Deprecated, for removal: This API element is subject to removal in a future version.Expressions before preprocessor "Endregion" partvoid
test7()
Deprecated, for removal: This API element is subject to removal in a future version.Expressions before preprocessor "if" partvoid
test8()
Deprecated, for removal: This API element is subject to removal in a future version.Expressions before preprocessor "elsIf" partvoid
test9()
Deprecated, for removal: This API element is subject to removal in a future version.Expressions before preprocessor "else" partMethods inherited from class com._1c.g5.v8.dt.bsl.SimpleTestBslParseHelper
getModuleLineDelimeter, getTextFromFile, parseFile
-
Constructor Details
-
PreprocessorGrammarStructureTest
public PreprocessorGrammarStructureTest()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setUp
public static void setUp()Deprecated, for removal: This API element is subject to removal in a future version. -
test1
Deprecated, for removal: This API element is subject to removal in a future version.New line before preprocessor "name" part- Throws:
Exception
-
test2
Deprecated, for removal: This API element is subject to removal in a future version.New line before preprocessor "then" part- Throws:
Exception
-
test3
Deprecated, for removal: This API element is subject to removal in a future version.New line before preprocessor expression part- Throws:
Exception
-
test4
Deprecated, for removal: This API element is subject to removal in a future version.New line before preprocessor "then" part in elsIf- Throws:
Exception
-
test5
Deprecated, for removal: This API element is subject to removal in a future version.Expressions before preprocessor "region" part- Throws:
Exception
-
test6
Deprecated, for removal: This API element is subject to removal in a future version.Expressions before preprocessor "Endregion" part- Throws:
Exception
-
test7
Deprecated, for removal: This API element is subject to removal in a future version.Expressions before preprocessor "if" part- Throws:
Exception
-
test8
Deprecated, for removal: This API element is subject to removal in a future version.Expressions before preprocessor "elsIf" part- Throws:
Exception
-
test9
Deprecated, for removal: This API element is subject to removal in a future version.Expressions before preprocessor "else" part- Throws:
Exception
-
test10
Deprecated, for removal: This API element is subject to removal in a future version.Expressions before preprocessor "endIf" part- Throws:
Exception
-
test11
Deprecated, for removal: This API element is subject to removal in a future version.Expressions after preprocessor "endREgion" part- Throws:
Exception
-
test12
Deprecated, for removal: This API element is subject to removal in a future version.Expressions after preprocessor "else" part- Throws:
Exception
-
test13
Deprecated, for removal: This API element is subject to removal in a future version.Expressions after preprocessor "then" part- Throws:
Exception
-
test14
Deprecated, for removal: This API element is subject to removal in a future version.Expressions after preprocessor "endIf" part- Throws:
Exception
-
test15
Deprecated, for removal: This API element is subject to removal in a future version.Expressions after preprocessor "name" part- Throws:
Exception
-
test16
Deprecated, for removal: This API element is subject to removal in a future version.Preprocessor conditional expression at 2 lines- Throws:
Exception
-
test17
Deprecated, for removal: This API element is subject to removal in a future version.Preprocessor conditional expression at 2 lines- Throws:
Exception
-
test18
Deprecated, for removal: This API element is subject to removal in a future version.No errors- Throws:
Exception
-
test19
Deprecated, for removal: This API element is subject to removal in a future version.No errors- Throws:
Exception
-
test20
Deprecated, for removal: This API element is subject to removal in a future version.No errors- Throws:
Exception
-
test21
Deprecated, for removal: This API element is subject to removal in a future version.No errors- Throws:
Exception
-
test22
Deprecated, for removal: This API element is subject to removal in a future version.Nested if statement into preprocessor- Throws:
Exception
-
test23
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception
-
test24
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception
-
test25
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception
-