Package com._1c.g5.v8.dt.bsl
Class RaiseStatementValidatorTest
java.lang.Object
com._1c.g5.v8.dt.bsl.SimpleTestBslParseHelper
com._1c.g5.v8.dt.bsl.RaiseStatementValidatorTest
@InjectWith(BslInjectorProvider.class)
@Deprecated(since="2023.3",
forRemoval=true)
public class RaiseStatementValidatorTest
extends SimpleTestBslParseHelper
Deprecated, for removal: This API element is subject to removal in a future version.
Tests for validation of Raise statement in Bsl language
-
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.Not enough parameters "Raise()"void
Deprecated, for removal: This API element is subject to removal in a future version.A lot parameters "Raise("description","code",,,,1)"void
Deprecated, for removal: This API element is subject to removal in a future version.Raise without expression not in catch section of try-catch statementvoid
Deprecated, for removal: This API element is subject to removal in a future version.Using Raise statement in project with version less than 8.3.21Methods inherited from class com._1c.g5.v8.dt.bsl.SimpleTestBslParseHelper
getModuleLineDelimeter, getTextFromFile, parseFile
-
Constructor Details
-
RaiseStatementValidatorTest
public RaiseStatementValidatorTest()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. -
testRaiseStatement1
Deprecated, for removal: This API element is subject to removal in a future version.Not enough parameters "Raise()"- Throws:
Exception
-
testRaiseStatement2
Deprecated, for removal: This API element is subject to removal in a future version.A lot parameters "Raise("description","code",,,,1)"- Throws:
Exception
-
testRaiseStatement3
Deprecated, for removal: This API element is subject to removal in a future version.Raise without expression not in catch section of try-catch statement- Throws:
Exception
-
testRaiseStatement4
Deprecated, for removal: This API element is subject to removal in a future version.Using Raise statement in project with version less than 8.3.21- Throws:
Exception
-