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) public class RaiseStatementValidatorTest extends SimpleTestBslParseHelper Tests for validation of Raise statement in Bsl language
- 
- 
Field Summary- 
Fields inherited from class com._1c.g5.v8.dt.bsl.SimpleTestBslParseHelperparser, resourceSet, resourceSetProvider
 
- 
 - 
Constructor SummaryConstructors Constructor Description RaiseStatementValidatorTest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidsetUp()voidtestRaiseStatement1()Not enough parameters "Raise()"voidtestRaiseStatement2()A lot parameters "Raise("description","code",,,,1)"voidtestRaiseStatement3()Raise without expression not in catch section of try-catch statementvoidtestRaiseStatement4()Using Raise statement in project with version less than 8.3.21- 
Methods inherited from class com._1c.g5.v8.dt.bsl.SimpleTestBslParseHelpergetModuleLineDelimeter, getTextFromFile, parseFile
 
- 
 
- 
- 
- 
Method Detail- 
setUppublic static void setUp() 
 - 
testRaiseStatement1public void testRaiseStatement1() throws ExceptionNot enough parameters "Raise()"- Throws:
- Exception
 
 - 
testRaiseStatement2public void testRaiseStatement2() throws ExceptionA lot parameters "Raise("description","code",,,,1)"- Throws:
- Exception
 
 - 
testRaiseStatement3public void testRaiseStatement3() throws ExceptionRaise without expression not in catch section of try-catch statement- Throws:
- Exception
 
 
- 
 
-