//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET: //ORIGINAL LINE: protected void tearDown() throws Exception protected internal virtual void tearDown() { if (ldapTestEnvironment != null) { ldapTestEnvironment.shutdown(); ldapTestEnvironment = null; } base.tearDown(); }
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET: //ORIGINAL LINE: @Override protected void setUp() throws Exception protected internal override void setUp() { if (ldapTestEnvironment == null) { ldapTestEnvironment = new LdapTestEnvironment(); ldapTestEnvironment.init(); } base.setUp(); }
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in .NET: //ORIGINAL LINE: protected void setUp() throws Exception protected internal virtual void setUp() { ldapTestEnvironment = new LdapTestEnvironment(); ldapTestEnvironment.init(); base.setUp(); }