Skip to content

Failed

org.hibernate.beanvalidation.tck.tests.bootstrap.BootstrapConfigurationWithValidatedExecutableTypesContainingNONETest.testGetDefaultValidatedExecutableTypesReturnsEmptySetIfNONEIsContained (from beanvalidation-2.0)

Failing for the past 2 builds (Since #41 )
Took 0.62 sec.

Error Message

Sets differ: expected [] but got [GETTER_METHODS, CONSTRUCTORS, NON_GETTER_METHODS]

Stacktrace

java.lang.AssertionError: Sets differ: expected [] but got [GETTER_METHODS, CONSTRUCTORS, NON_GETTER_METHODS]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.assertEquals(Assert.java:806)
	at org.testng.Assert.assertEquals(Assert.java:784)
	at org.hibernate.beanvalidation.tck.tests.bootstrap.BootstrapConfigurationWithValidatedExecutableTypesContainingNONETest.testGetDefaultValidatedExecutableTypesReturnsEmptySetIfNONEIsContained(BootstrapConfigurationWithValidatedExecutableTypesContainingNONETest.java:51)