Spring.AopSerializationTests.GetTypesToTest C# (CSharp) Method

GetTypesToTest() protected method

protected GetTypesToTest ( ) : ICollection
return ICollection
        protected virtual ICollection GetTypesToTest()
        {
            return GetAssemblyToTest().GetTypes();
            //            return new Type[] { typeof(DynamicMethodMatcherPointcutAdvisor) };
        }