Skip to content

Instantly share code, notes, and snippets.

@stliu
Created April 25, 2013 17:22
Show Gist options
  • Save stliu/5461490 to your computer and use it in GitHub Desktop.
Save stliu/5461490 to your computer and use it in GitHub Desktop.
Test classes have no parent class:
org.hibernate.cache.spi.NaturalIdCacheKeyTest
org.hibernate.metamodel.source.annotations.xml.mocker.AbstractMockerTest
org.hibernate.test.annotations.access.jpa.AccessMappingTest
org.hibernate.test.annotations.configuration.ConfigurationTest
org.hibernate.test.annotations.ConfigurationTest
org.hibernate.test.annotations.duplicatedgenerator.DuplicateTest
org.hibernate.test.annotations.fkcircularity.FkCircularityTest
org.hibernate.test.annotations.namingstrategy.NamingStrategyTest
org.hibernate.test.annotations.onetoone.OneToOneErrorTest
org.hibernate.test.annotations.onetoone.primarykey.NullablePrimaryKeyTest
org.hibernate.test.annotations.reflection.XMLContextTest
org.hibernate.test.annotations.SafeMappingTest
org.hibernate.test.annotations.SecuredBindingTest
org.hibernate.test.dialect.function.AnsiTrimEmulationFunctionTest
org.hibernate.test.hql.HqlParserTest
org.hibernate.test.service.ClassLoaderServiceImplTest
-----------------------------------------
Test classes extend from BaseUnitTestCase directly:
org.hibernate.cache.spi.QueryKeyTest
org.hibernate.connection.DriverManagerRegistrationTest
org.hibernate.connection.PropertiesTest
org.hibernate.dialect.DB2DialectTestCase
org.hibernate.dialect.DerbyDialectTestCase
org.hibernate.dialect.PostgreSQL81DialectTestCase
org.hibernate.dialect.resolver.DialectFactoryTest
org.hibernate.dialect.resolver.DialectResolverTest
org.hibernate.dialect.SQLServer2005DialectTestCase
org.hibernate.engine.jdbc.dialect.internal.StandardDatabaseMetaDataDialectResolverTest
org.hibernate.engine.query.ParameterParserTest
org.hibernate.id.AbstractHolderTest
org.hibernate.id.enhanced.OptimizerUnitTest
org.hibernate.id.enhanced.SequenceStyleConfigUnitTest
org.hibernate.id.SequenceHiLoGeneratorNoIncrementTest
org.hibernate.id.SequenceHiLoGeneratorTest
org.hibernate.id.uuid.CustomVersionOneStrategyTest
org.hibernate.jdbc.LobCreatorTest
org.hibernate.jdbc.util.BasicFormatterTest
org.hibernate.metamodel.binding.AbstractBasicBindingTests
org.hibernate.metamodel.binding.BasicCollectionBindingTests
org.hibernate.metamodel.binding.SimpleValueBindingTests
org.hibernate.metamodel.relational.ObjectNameTests
org.hibernate.metamodel.relational.TableManipulationTests
org.hibernate.metamodel.source.annotations.entity.BaseAnnotationBindingTestCase
org.hibernate.metamodel.source.annotations.global.FetchProfileBinderTest
org.hibernate.metamodel.source.annotations.global.QueryBinderTest
org.hibernate.metamodel.source.annotations.util.BaseAnnotationIndexTestCase
org.hibernate.metamodel.source.annotations.util.JandexHelperTest
org.hibernate.metamodel.source.annotations.xml.OrmXmlParserTests
org.hibernate.metamodel.source.internal.MetadataImplTest
org.hibernate.metamodel.source.internal.SessionFactoryBuilderImplTest
org.hibernate.property.BasicPropertyAccessorTest
org.hibernate.serialization.SessionFactorySerializationTest
org.hibernate.sql.TemplateTest
org.hibernate.subclassProxyInterface.SubclassProxyInterfaceTest
org.hibernate.test.annotations.access.xml.XmlAccessTest
org.hibernate.test.annotations.backquotes.BackquoteTest
org.hibernate.test.annotations.collectionelement.deepcollectionelements.DeepCollectionElementTest
org.hibernate.test.annotations.embeddables.EmbeddableIntegratorTest
org.hibernate.test.annotations.embeddables.nested.NestedEmbeddableMetadataTest
org.hibernate.test.annotations.entity.HibernateAnnotationMappingTest
org.hibernate.test.annotations.fetchprofile.FetchProfileTest
org.hibernate.test.annotations.id.JoinColumnOverrideTest
org.hibernate.test.annotations.id.sequences.JoinColumnOverrideTest
org.hibernate.test.annotations.inheritance.discriminatoroptions.DiscriminatorOptionsTest
org.hibernate.test.annotations.reflection.JPAOverriddenAnnotationReaderTest
org.hibernate.test.annotations.uniqueconstraint.UniqueConstraintValidationTest
org.hibernate.test.annotations.xml.ejb3.Ejb3XmlTestCase
org.hibernate.test.ast.ASTIteratorTest
org.hibernate.test.ast.ASTUtilTest
org.hibernate.test.bytecode.enhancement.EnhancerTest
org.hibernate.test.bytecode.javassist.ReflectionOptimizerTest
org.hibernate.test.cfg.cache.CacheConfigurationTest
org.hibernate.test.cfg.CacheableFileTest
org.hibernate.test.cfg.ConfigurationSerializationTest
org.hibernate.test.cfg.persister.PersisterClassProviderTest
org.hibernate.test.cfg.WrongCircularityDetectionTest
org.hibernate.test.dialect.unit.lockhint.AbstractLockHintTest
org.hibernate.test.enums.InvalidEnumeratedJavaTypeTest
org.hibernate.test.enums.TestEnumTypeSerialization
org.hibernate.test.extendshbm.ExtendsTest
org.hibernate.test.formulajoin.AnnotatedFormWithBeanValidationNotNullTest
org.hibernate.test.hql.TupleSupportTest
org.hibernate.test.instrument.buildtime.InstrumentTest
org.hibernate.test.instrument.runtime.AbstractTransformingClassLoaderInstrumentTestCase
org.hibernate.test.legacy.NonReflectiveBinderTest
org.hibernate.test.mapping.PersistentClassVisitorTest
org.hibernate.test.mapping.usertypes.UserTypeMappingTest
org.hibernate.test.mapping.ValueVisitorTest
org.hibernate.test.mappingexception.MappingExceptionTest
org.hibernate.test.multitenancy.ConfigurationValidationTest
org.hibernate.test.multitenancy.schema.SchemaBasedMultiTenancyTest
org.hibernate.test.nationalized.SimpleNationalizedTest
org.hibernate.test.naturalid.inheritance.spread.SpreadNaturalIdTest
org.hibernate.test.onetoone.basic.OneToOneSchemaTest
org.hibernate.test.schemaupdate.MigrationTest
org.hibernate.test.schemaupdate.SchemaExportTest
org.hibernate.test.service.ServiceBootstrappingTest
org.hibernate.test.transaction.jdbc.TestExpectedUsage
org.hibernate.test.transaction.jta.BasicDrivingTest
org.hibernate.test.transaction.jta.ManagedDrivingTest
org.hibernate.test.util.dtd.EntityResolverTest
org.hibernate.test.util.JoinedIterableTest
org.hibernate.test.util.PropertiesHelperTest
org.hibernate.test.util.SerializationHelperTest
org.hibernate.test.util.StringHelperTest
org.hibernate.type.AttributeConverterTest
org.hibernate.type.BasicTypeRegistryTest
org.hibernate.type.descriptor.java.AbstractDescriptorTest
org.hibernate.type.descriptor.sql.StringValueMappingTest
org.hibernate.type.TypeTest
Process finished with exit code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment