Package com._1c.g5.v8.dt.bsl
Class GrammarOrderTest
java.lang.Object
com._1c.g5.v8.dt.bsl.SimpleTestBslParseHelper
com._1c.g5.v8.dt.bsl.GrammarOrderTest
@InjectWith(BslInjectorProvider.class)
@Deprecated(since="2023.3",
forRemoval=true)
public class GrammarOrderTest
extends SimpleTestBslParseHelper
Deprecated, for removal: This API element is subject to removal in a future version.
List of test for checking the validation of grammar order in Bsl Module with preprocessor elements
-
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
Deprecated, for removal: This API element is subject to removal in a future version.Test error order with difficult issuevoid
Deprecated, for removal: This API element is subject to removal in a future version.Test error order with difficult issuevoid
Deprecated, for removal: This API element is subject to removal in a future version.Test error order with difficult issuevoid
Deprecated, for removal: This API element is subject to removal in a future version.Test error order with difficult issuevoid
Deprecated, for removal: This API element is subject to removal in a future version.Test error order with nested Preprocessorvoid
Deprecated, for removal: This API element is subject to removal in a future version.Test right order module, no errors after validation for codeIBslErrorCode.WRONG_GRAMMAR_ORDER
void
Deprecated, for removal: This API element is subject to removal in a future version.Test error order for declare statement and statement in methodvoid
Deprecated, for removal: This API element is subject to removal in a future version.Test error order for declare statement and methodvoid
Deprecated, for removal: This API element is subject to removal in a future version.Test error order for declare statement and statementvoid
Deprecated, for removal: This API element is subject to removal in a future version.Test error order for method and statementvoid
Deprecated, for removal: This API element is subject to removal in a future version.Test error order for method and statement with ifPreprocessorvoid
Deprecated, for removal: This API element is subject to removal in a future version.Test error order for method and statement with ifPreprocessor (several section) [start with declare statement]Methods inherited from class com._1c.g5.v8.dt.bsl.SimpleTestBslParseHelper
getModuleLineDelimeter, getTextFromFile, parseFile
-
Constructor Details
-
GrammarOrderTest
public GrammarOrderTest()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. -
testRightOrderModule
Deprecated, for removal: This API element is subject to removal in a future version.Test right order module, no errors after validation for codeIBslErrorCode.WRONG_GRAMMAR_ORDER
- Throws:
Exception
-
testWrongDelareStatementMethodOrder
Deprecated, for removal: This API element is subject to removal in a future version.Test error order for declare statement and method- Throws:
Exception
-
testWrongDelareStatementStatementOrder
Deprecated, for removal: This API element is subject to removal in a future version.Test error order for declare statement and statement- Throws:
Exception
-
testWrongMethodStatementOrder
Deprecated, for removal: This API element is subject to removal in a future version.Test error order for method and statement- Throws:
Exception
-
testWrongMethodStatementOrderIfPrep
Deprecated, for removal: This API element is subject to removal in a future version.Test error order for method and statement with ifPreprocessor- Throws:
Exception
-
testWrongMethodStatementOrderIfPrepStartDecStat
Deprecated, for removal: This API element is subject to removal in a future version.Test error order for method and statement with ifPreprocessor (several section) [start with declare statement]- Throws:
Exception
-
testWrongDecStatStatementOrderInMethod
Deprecated, for removal: This API element is subject to removal in a future version.Test error order for declare statement and statement in method- Throws:
Exception
-
testNestedPreprocessor
Deprecated, for removal: This API element is subject to removal in a future version.Test error order with nested Preprocessor- Throws:
Exception
-
testDifficultIssue1
Deprecated, for removal: This API element is subject to removal in a future version.Test error order with difficult issue- Throws:
Exception
-
testDifficultIssue2
Deprecated, for removal: This API element is subject to removal in a future version.Test error order with difficult issue- Throws:
Exception
-
testDifficultIssue3
Deprecated, for removal: This API element is subject to removal in a future version.Test error order with difficult issue- Throws:
Exception
-
testDifficultIssue4
Deprecated, for removal: This API element is subject to removal in a future version.Test error order with difficult issue- Throws:
Exception
-