⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 netbpm.test.xml

📁 工作流
💻 XML
字号:
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>NetBpm.Test</name>
    </assembly>
    <members>
        <member name="P:NetBpm.Test.Bank.Impl.BankComponentImpl.Instance">
            <summary> gets the singleton instance.</summary>
        </member>
        <member name="T:NetBpm.Test.BaseService.TransactionTest">
            <summary>
            This unittest tests the behaviour of Transactions
            </summary>
        </member>
        <member name="M:NetBpm.Test.BaseService.TransactionTest.TransactionExceptionFirstLevel">
            <summary>
            The first bank will throw a exception 
            because it is not allowed to transfer 
            more then 10
            </summary>
        </member>
        <member name="M:NetBpm.Test.BaseService.TransactionTest.TransactionExceptionSecondLevel">
            <summary>
            The first bank will throw a exception 
            because it is not allowed to transfer 
             a negative amount 
            </summary>
        </member>
        <member name="T:NetBpm.Test.Util.Helper.RelationsTestObjectA">
            <summary> Created to test Relations. Relation test object A
            
            </summary>
        </member>
        <member name="T:NetBpm.Test.Util.Helper.RelationsTestObjectB">
            <summary> </summary>
        </member>
        <member name="T:NetBpm.Test.Util.Helper.RelationsTestObjectC">
            <summary> 
            
            </summary>
        </member>
        <member name="T:NetBpm.Test.Util.Helper.RelationsTestObjectD">
            <summary> </summary>
        </member>
        <member name="T:NetBpm.Test.Util.Helper.RelationsTestObjectE">
            <summary> </summary>
        </member>
        <member name="T:NetBpm.Test.Util.RelationsTest">
            <summary> Test Relations. Used helper test object (RelationsTestObjectA, 
            RelationsTestObjectB, RelationsTestObjectC, RelationsTestObjectD,
            RelationsTestObjectE). Please add more test case if necessary.
            
            A better way is to have all those test objects as inner class of RelationsTest
            but the Relations is to invoke method on classes not inner classes 
            (NoSuchMethodException would results). Relations could be modified to invoke 
            also inner class's method but that would defeat its purpose of being used to 
            resolve methods invocation of hibernate's POJO's lazy loading issues. If those
            test are in the same file with default accesibility IllegalAccess exception 
            might occurred as i don't think accessing default class is allowed. But one could
            try to grant the appropriate privillege, i suppose. Again that would be too much
            of work for just a test, so i came to the conclusion to have the test object in
            individual class.
            
            </summary>
        </member>
        <member name="M:NetBpm.Test.Util.RelationsTest.#ctor">
            <summary>Creates a new instance of RelationsTest </summary>
        </member>
        <member name="M:NetBpm.Test.Util.RelationsTest.TestResolveSimpleSingleChainRelations1">
            <summary> Test resolving single relation chain.</summary>
        </member>
        <member name="M:NetBpm.Test.Util.RelationsTest.TestResolveSimpleCollectionChainRelations1">
            <summary> Test resolving collection relation chain</summary>
        </member>
        <member name="M:NetBpm.Test.Util.RelationsTest.TestResolveSimpleArrayChainRelations1">
            <summary> Test resolving array relation chain</summary>
        </member>
        <member name="M:NetBpm.Test.Util.RelationsTest.CheckProperties(NetBpm.Util.Client.Relations,System.String[],System.Int32)">
            <summary> Check the properties if it is as declared in the result</summary>
        </member>
        <member name="M:NetBpm.Test.Util.ServiceLocatorTest.#ctor">
            <summary>Creates a new instance of ServiceLocatorTest </summary>
        </member>
        <member name="M:NetBpm.Test.Util.ServiceLocatorTest.TestGetOrganisationComponentService">
            <summary> Test get OrganisationComponent Service</summary>
        </member>
        <member name="M:NetBpm.Test.Util.ServiceLocatorTest.TestGetDefinitionComponentService">
            <summary> Test get DefinitionComponent Service</summary>
        </member>
        <member name="M:NetBpm.Test.Util.ServiceLocatorTest.TestGetExecutionComponentService">
            <summary> Test get ExecutionComponent Service</summary>
        </member>
        <member name="M:NetBpm.Test.Util.ServiceLocatorTest.TestGetLogComponentService">
            <summary> Test get LogComponent Service</summary>
        </member>
        <member name="M:NetBpm.Test.Util.ServiceLocatorTest.TestGetSchedulerComponentService">
            <summary> Test get LogComponent Service</summary>
        </member>
        <member name="T:NetBpm.Test.Web.HolidayTestCase">
            <summary>
            Test the behaviour of the web application by using the holiday example.
            </summary>
        </member>
        <member name="T:NetBpm.Test.Web.NetBpmWebTestCase">
            <summary>
            The base class for all web Test cases. It initialises the container.
            </summary>
        </member>
        <member name="T:NetBpm.Test.Workflow.Delegation.HtmlFormmaterTest">
            <summary>
            Zusammenfassung f眉r HtmlFormmaterTest.
            </summary>
        </member>
        <member name="T:NetBpm.Test.Workflow.Example.AttributeTest">
            <summary>
            Test assigning attributes to NetBpm
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.AttributeTest.TestSubmitExtraAttributeInStartState">
            <summary> Test when extra attribute, not defined in process definition start state
            as field, being submitted.
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.AttributeTest.TestSubmitReadOnlyAttributeInStartState">
            <summary> 
            Test when read-only attribute, are supplied to process definition's start state.
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.AttributeTest.TestSubmitMissingRequiredAttributeInStartState">
            <summary> Test when a required attribute is not suppied to process definition's start
            state. This should throws a RequiredFieldException, if we get that then we
            are safe.
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.AttributeTest.TestNotAccessibleAttributeInStartState">
            <summary> Test when a not-accessible attribute is supplied to process definition's 
            start state. This not-accessible attribute should not be avaialble in the
            activity form obtained from start state.
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.AttributeTest.TestSubmitExtraAttributeInActivityState">
            <summary> Test when extra attribute, not defined in process definition activity state
            as field, being submitted.
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.AttributeTest.TestSubmitReadOnlyAttributeInActivityState">
            <summary> 
            Test when read-only attribute, are supplied to process definition's activity state.
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.AttributeTest.TestSubmitMissingRequiredAttributeInActivityState">
            <summary> 
            Test when a required attribute is not suppied to process definition's activity state.
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.AttributeTest.TestNotAccessibleAttributeInActivityState">
            <summary> Test when a not-accessible attribute is supplied to process definition's 
            activity state. This not-accessible attribute should be available in the activity
            form obtained from activity state
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.AttributeTest.TestSubmitExtraAttributeInConcurrentBlock">
            <summary> 
            Test when extra attribute, not defined in process definition concurrent block's 
            activity state as field, being submitted. 
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.AttributeTest.TestSubmitReadOnlyAttributeInConcurrentBlock">
            <summary> 
            Test when read-only attribute, are supplied to process definition's concurrent-block's activity state. 
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.AttributeTest.TestSubmitMissingRequiredAttributeInConcurrentBlock">
            <summary> Test when a required attribute is not suppied to process definition's concurrent-block's activity
            state. This should throws a RequiredFieldException, if we get that then we
            are safe.
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.AttributeTest.TestNotAccessibleAttributeInConcurrentBlock">
            <summary> Test when a not-accessible attribute is supplied to process definition's
            concurrent-block's activity state. This not-accessible attribute should be available in the activity form
            obtained from concurrent-block's activity state
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "T:NetBpm.Test.Workflow.Example.GroupAssignmentTest" -->
        <member name="M:NetBpm.Test.Workflow.Example.GroupAssignmentTest.TestGroupAssignmentToGroupA">
            <summary> This test for parent-child group assignment. Users who are members of
            group A, group B, group C and group D should be able to take this 
            task
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.GroupAssignmentTest.TestGroupAssignmentToGroupB">
            <summary> Only users of group B would be able to take this task</summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.GroupAssignmentTest.TestGroupAssignmentToGrouC">
            <summary> Only users of group C would be able to take this task</summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.SchedulerTest.TestSchedulerThread">
            <summary>
            Test if the Scheduler can be started and stopped correctly
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.SchedulerTest.TestRobotDoesTheJob">
            <summary> In this scenario, the employee initially assigned to perform 'bloody
            thing' (in) never shows up. So, the job is re-assoigned (by the director)
            to a robot (ae)
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.SchedulerTest.TestEmployeeLate">
            <summary> In this scenario, the employee initially assigned to perform 'bloody
            thing' (in) shows up late (after the job is re-assoigned (by the director)
            to a robot (ae)). However, the employee tries to sneakily perform the job.
            It should fail (one can not perform activity that is not assigned to
            him/her)
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.SchedulerTest.TestEmployeeDoesTheJob">
            <summary> In this scenario, the employee shows up in time (before the schedule of
            re-assignment falls).
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.SchedulerTest.TestEmployeeCheating">
            <summary> In this scenario, the employee (in) shows up in time, but too lazy to do
            the job. He tries to hand over the activity to a robot (ae). This should
            fail, as only director is allows to re-assign an activity
            </summary>
        </member>
        <member name="M:NetBpm.Test.Workflow.Example.TestUtil.GetFlow(System.Int32,System.Int64,NetBpm.Workflow.Execution.EComp.IExecutionSessionLocal)">
            <summary> finds a flow upon which the current authenticated user has to act.
            It searches the flow in the current authenticated user's tasklist for which the levelsUp-parent has rootFlowId.
            @throws FinderException if the flow could not be found 
            </summary>
        </member>
        <member name="T:NetBpm.Test.Workflow.Organisation.OrganisationComponentTest">
            <summary>
            Zusammenfassung f眉r OrganisationComponentTest.
            </summary>
        </member>
        <member name="T:ConsoleApplication1.ConsoleUi">
            <summary>
            Summary description for ConsoleUi.
            </summary>
        </member>
        <member name="T:NetBpm.Test.TestHelper">
            <summary>
            Basic help functions for unit tests
            </summary>
        </member>
        <member name="M:NetBpm.Test.TestHelper.GetConfigDir">
            <summary>
            Search for the config directory. 
            The problem is that the test can be run in the GUI and NANT and the directory differs.
            </summary>
        </member>
        <member name="M:NetBpm.Test.TestHelper.GetExampleDir">
            <summary>
            Search for the config directory. 
            The problem is that the test can be run in the GUI and NANT and the directory differs.
            </summary>
        </member>
    </members>
</doc>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -