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 -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetUp()voidpreprocessor expression => ExternalConnection or (Client or Not Server and ThinClient) or MobileAppClientvoidpreprocessor expression => Client and ServervoidTest else if part of preprocessor Preprocessor expression => WebClient Else If part expression => ClientvoidTest else part of preprocessor Preprocessor expression => Client or ServervoidTest else part of preprocessor with else if part Preprocessor expression => Client Else If part expression => ExternalConnectionvoidpreprocessor expression => Not (Client or Server)voidpreprocessor expression => ThinClient or Server and MobileAppServervoidpreprocessor expression => Client or Servervoidpreprocessor expression => Client
-
Constructor Details
-
ComputerPreprocessorEnvironmentTest
public ComputerPreprocessorEnvironmentTest()
-
-
Method Details
-
setUp
public static void setUp() -
testSimpleLiteralPreprocesso
preprocessor expression => Client- Throws:
Exception
-
testOrOperationPreprocessor
preprocessor expression => Client or Server- Throws:
Exception
-
testNotOperationPreprocessor
preprocessor expression => Not (Client or Server)- Throws:
Exception
-
testAndOperationPreprocessor
preprocessor expression => Client and Server- Throws:
Exception
-
testAllOperationPreprocessor
preprocessor expression => ExternalConnection or (Client or Not Server and ThinClient) or MobileAppClient- Throws:
Exception
-
testOrderOfOperationPreprocessor
preprocessor expression => ThinClient or Server and MobileAppServer- Throws:
Exception
-
testElsePartPreprocessor
Test else part of preprocessor Preprocessor expression => Client or Server- Throws:
Exception
-
testElsePartWithElsIfPreprocessor
Test else part of preprocessor with else if part Preprocessor expression => Client Else If part expression => ExternalConnection- Throws:
Exception
-
testElseIfPartPreprocessor
Test else if part of preprocessor Preprocessor expression => WebClient Else If part expression => Client- Throws:
Exception
-