Esempio n. 1
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @After public void tearDown()
        public virtual void tearDown()
        {
            processEngineConfiguration.setPasswordPolicy(null).setEnablePasswordPolicy(false);
        }
Esempio n. 2
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @Before public void init()
        public virtual void init()
        {
            processEngineConfiguration = engineRule.ProcessEngineConfiguration;
            processEngineConfiguration.setPasswordPolicy(null).setEnablePasswordPolicy(false);
        }