You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently org.springframework.tests.Assume initializes based upon a static initialization of TestGroup.parse(System.getProperty("testGroups")).
If the parsing fails, using Assume will produce a NoClassDefFoundError since it could not be initialized.
It would be good if we could handle this error better and provide an informative error message to the user indicating that the testGroups could not be parsed.