protected void Initialise() { _loader = new XmlBusinessObjectLookupListLoader(new DtdLoader(), GetDefClassFactory()); }
public virtual void TestLookupListLoaderConstructors() { XmlBusinessObjectLookupListLoader bollLoader = new XmlBusinessObjectLookupListLoader(new DtdLoader(), GetDefClassFactory()); Assert.AreEqual(typeof(XmlBusinessObjectLookupListLoader), bollLoader.GetType()); XmlDatabaseLookupListLoader dllLoader = new XmlDatabaseLookupListLoader(new DtdLoader(), GetDefClassFactory()); Assert.AreEqual(typeof(XmlDatabaseLookupListLoader), dllLoader.GetType()); }