Class LifecycleHelperTest
- java.lang.Object
-
- com._1c.g5.v8.bm.common.lifecycle.LifecycleHelperTest
-
public class LifecycleHelperTest extends Object
A set of tests forLifecycleHelperclass.
-
-
Constructor Summary
Constructors Constructor Description LifecycleHelperTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestInClosedPhaseCallAnyMethod()voidtestInClosingPhaseCallEndClose()voidtestInClosingPhaseCallOtherMethods()voidtestInInitialPhaseCallOtherMethods()voidtestInInitialPhaseInvokeBeginStart()voidtestInRunningPhaseCallOtherMethods()voidtestInRunningPhaseInvokeBeginClose()voidtestInRunningPhaseInvokeBeginCloseWhenThenUserOperationIsActive()voidtestInRunningPhaseInvokeBeginUserOperation()voidtestInRunningPhaseInvokeBeginUserOperationThenEndUserOperation()voidtestInRunningPhaseInvokeEndUserOperationWithoutBeginUserOperation()voidtestInstantiate()voidtestInStartingPhaseCallOtherMethods()voidtestInStartingPhaseInvokeEndStartWithArgumentFalse()voidtestInStartingPhaseInvokeEndStartWithArgumentTrue()
-
-
-
Method Detail
-
testInstantiate
public void testInstantiate()
-
testInInitialPhaseInvokeBeginStart
public void testInInitialPhaseInvokeBeginStart()
-
testInInitialPhaseCallOtherMethods
public void testInInitialPhaseCallOtherMethods()
-
testInStartingPhaseInvokeEndStartWithArgumentTrue
public void testInStartingPhaseInvokeEndStartWithArgumentTrue()
-
testInStartingPhaseInvokeEndStartWithArgumentFalse
public void testInStartingPhaseInvokeEndStartWithArgumentFalse()
-
testInStartingPhaseCallOtherMethods
public void testInStartingPhaseCallOtherMethods()
-
testInRunningPhaseInvokeBeginUserOperation
public void testInRunningPhaseInvokeBeginUserOperation()
-
testInRunningPhaseInvokeEndUserOperationWithoutBeginUserOperation
public void testInRunningPhaseInvokeEndUserOperationWithoutBeginUserOperation()
-
testInRunningPhaseInvokeBeginUserOperationThenEndUserOperation
public void testInRunningPhaseInvokeBeginUserOperationThenEndUserOperation()
-
testInRunningPhaseInvokeBeginClose
public void testInRunningPhaseInvokeBeginClose()
-
testInRunningPhaseInvokeBeginCloseWhenThenUserOperationIsActive
public void testInRunningPhaseInvokeBeginCloseWhenThenUserOperationIsActive() throws InterruptedException- Throws:
InterruptedException
-
testInRunningPhaseCallOtherMethods
public void testInRunningPhaseCallOtherMethods()
-
testInClosingPhaseCallEndClose
public void testInClosingPhaseCallEndClose()
-
testInClosingPhaseCallOtherMethods
public void testInClosingPhaseCallOtherMethods()
-
testInClosedPhaseCallAnyMethod
public void testInClosedPhaseCallAnyMethod()
-
-