Package com._1c.g5.v8.dt.ui.aef
Class AefTestingSettings
java.lang.Object
com._1c.g5.v8.dt.ui.aef.AefTestingSettings
The AEF global settings collection.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Checks if AEF controls with async. behavios should work in sync (or pseudo-sync) mode for testing purposes.
-
Field Details
-
LONG_WAIT
public static final long LONG_WAIT- See Also:
-
-
Method Details
-
isTestAefSyncMode
public static boolean isTestAefSyncMode()Checks if AEF controls with async. behavios should work in sync (or pseudo-sync) mode for testing purposes.- Returns:
- True if the AEF controls are better to be run in syn mode (if applicable).
-