Package com._1c.g5.v8.dt.bsl
Class NumberLiteralValidatorTest
java.lang.Object
com._1c.g5.v8.dt.bsl.SimpleTestBslParseHelper
com._1c.g5.v8.dt.bsl.NumberLiteralValidatorTest
@InjectWith(BslInjectorProvider.class)
@Deprecated(since="2023.3",
forRemoval=true)
public class NumberLiteralValidatorTest
extends SimpleTestBslParseHelper
Deprecated, for removal: This API element is subject to removal in a future version.
Please use LegacyLanguageCheckTests
Tests for validation of Number literals 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.Allowed "111"void
Deprecated, for removal: This API element is subject to removal in a future version.Allowed "111.1"void
Deprecated, for removal: This API element is subject to removal in a future version.not allowed "11 1"void
Deprecated, for removal: This API element is subject to removal in a future version.Not allowed "((1)"void
Deprecated, for removal: This API element is subject to removal in a future version.Allowed "( 53 )"void
Deprecated, for removal: This API element is subject to removal in a future version.Allowed "Сообщить(1,// пыввапвапвап // пыввапвапвап 1222, 1)"void
Deprecated, for removal: This API element is subject to removal in a future version.not allowed ".111"void
Deprecated, for removal: This API element is subject to removal in a future version.Allowed "111."void
Deprecated, for removal: This API element is subject to removal in a future version.not allowed "111 .1"void
Deprecated, for removal: This API element is subject to removal in a future version.not allowed "111. 1"void
Deprecated, for removal: This API element is subject to removal in a future version.not allowed "111.1 1"void
Deprecated, for removal: This API element is subject to removal in a future version.not allowed "1 11.11"void
Deprecated, for removal: This API element is subject to removal in a future version.Allowed "0."void
Deprecated, for removal: This API element is subject to removal in a future version.Allowed "(1)"Methods inherited from class com._1c.g5.v8.dt.bsl.SimpleTestBslParseHelper
getModuleLineDelimeter, getTextFromFile, parseFile
-
Constructor Details
-
NumberLiteralValidatorTest
public NumberLiteralValidatorTest()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. -
testAllowedNumberLiteral1
Deprecated, for removal: This API element is subject to removal in a future version.Allowed "111"- Throws:
Exception
-
testAllowedNumberLiteral2
Deprecated, for removal: This API element is subject to removal in a future version.Allowed "111.1"- Throws:
Exception
-
testWrongNumberLiteral1
Deprecated, for removal: This API element is subject to removal in a future version.not allowed "11 1"- Throws:
Exception
-
testWrongNumberLiteral2
Deprecated, for removal: This API element is subject to removal in a future version.not allowed ".111"- Throws:
Exception
-
testWrongNumberLiteral3
Deprecated, for removal: This API element is subject to removal in a future version.Allowed "111."- Throws:
Exception
-
testWrongNumberLiteral4
Deprecated, for removal: This API element is subject to removal in a future version.not allowed "111 .1"- Throws:
Exception
-
testWrongNumberLiteral5
Deprecated, for removal: This API element is subject to removal in a future version.not allowed "111. 1"- Throws:
Exception
-
testWrongNumberLiteral6
Deprecated, for removal: This API element is subject to removal in a future version.not allowed "111.1 1"- Throws:
Exception
-
testWrongNumberLiteral7
Deprecated, for removal: This API element is subject to removal in a future version.not allowed "1 11.11"- Throws:
Exception
-
testWrongNumberLiteral8
Deprecated, for removal: This API element is subject to removal in a future version.Allowed "0."- Throws:
Exception
-
testWrongNumberLiteral9
Deprecated, for removal: This API element is subject to removal in a future version.Allowed "(1)"- Throws:
Exception
-
testWrongNumberLiteral10
Deprecated, for removal: This API element is subject to removal in a future version.Not allowed "((1)"- Throws:
Exception
-
testWrongNumberLiteral11
Deprecated, for removal: This API element is subject to removal in a future version.Allowed "( 53 )"- Throws:
Exception
-
testWrongNumberLiteral12
Deprecated, for removal: This API element is subject to removal in a future version.Allowed "Сообщить(1,// пыввапвапвап // пыввапвапвап 1222, 1)"- Throws:
Exception
-