Package com._1c.g5.v8.dt.bsl
Class ComputerPreprocessorEnvironmentTest
- java.lang.Object
-
- com._1c.g5.v8.dt.bsl.ComputerPreprocessorEnvironmentTest
-
@InjectWith(BslInjectorProvider.class) public class ComputerPreprocessorEnvironmentTest extends Object
List of tests for checking computing environments in IfPreprocessor
-
-
Constructor Summary
Constructors Constructor Description ComputerPreprocessorEnvironmentTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidsetUp()voidtestAllOperationPreprocessor()preprocessor expression => ExternalConnection or (Client or Not Server and ThinClient) or MobileAppClientvoidtestAndOperationPreprocessor()preprocessor expression => Client and ServervoidtestElseIfPartPreprocessor()Test else if part of preprocessor Preprocessor expression => WebClient Else If part expression => ClientvoidtestElsePartPreprocessor()Test else part of preprocessor Preprocessor expression => Client or ServervoidtestElsePartWithElsIfPreprocessor()Test else part of preprocessor with else if part Preprocessor expression => Client Else If part expression => ExternalConnectionvoidtestNotOperationPreprocessor()preprocessor expression => Not (Client or Server)voidtestOrderOfOperationPreprocessor()preprocessor expression => ThinClient or Server and MobileAppServervoidtestOrOperationPreprocessor()preprocessor expression => Client or ServervoidtestSimpleLiteralPreprocesso()preprocessor expression => Client
-
-
-
Method Detail
-
setUp
public static void setUp()
-
testSimpleLiteralPreprocesso
public void testSimpleLiteralPreprocesso() throws Exceptionpreprocessor expression => Client- Throws:
Exception
-
testOrOperationPreprocessor
public void testOrOperationPreprocessor() throws Exceptionpreprocessor expression => Client or Server- Throws:
Exception
-
testNotOperationPreprocessor
public void testNotOperationPreprocessor() throws Exceptionpreprocessor expression => Not (Client or Server)- Throws:
Exception
-
testAndOperationPreprocessor
public void testAndOperationPreprocessor() throws Exceptionpreprocessor expression => Client and Server- Throws:
Exception
-
testAllOperationPreprocessor
public void testAllOperationPreprocessor() throws Exceptionpreprocessor expression => ExternalConnection or (Client or Not Server and ThinClient) or MobileAppClient- Throws:
Exception
-
testOrderOfOperationPreprocessor
public void testOrderOfOperationPreprocessor() throws Exceptionpreprocessor expression => ThinClient or Server and MobileAppServer- Throws:
Exception
-
testElsePartPreprocessor
public void testElsePartPreprocessor() throws ExceptionTest else part of preprocessor Preprocessor expression => Client or Server- Throws:
Exception
-
testElsePartWithElsIfPreprocessor
public void testElsePartWithElsIfPreprocessor() throws ExceptionTest else part of preprocessor with else if part Preprocessor expression => Client Else If part expression => ExternalConnection- Throws:
Exception
-
-