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 void
setUp()
void
preprocessor expression => ExternalConnection or (Client or Not Server and ThinClient) or MobileAppClientvoid
preprocessor expression => Client and Servervoid
Test else if part of preprocessor Preprocessor expression => WebClient Else If part expression => Clientvoid
Test else part of preprocessor Preprocessor expression => Client or Servervoid
Test else part of preprocessor with else if part Preprocessor expression => Client Else If part expression => ExternalConnectionvoid
preprocessor expression => Not (Client or Server)void
preprocessor expression => ThinClient or Server and MobileAppServervoid
preprocessor expression => Client or Servervoid
preprocessor 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
-