[JBoss JIRA] Created: (JBPM-1732) Clarify the unit test strategy
by Thomas Diesler (JIRA)
Clarify the unit test strategy
------------------------------
Key: JBPM-1732
URL: https://jira.jboss.org/jira/browse/JBPM-1732
Project: JBoss jBPM
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Core Engine
Reporter: Thomas Diesler
Fix For: jBPM 3.3.0
The AbstractDbTestCase currently has a call to createSchema() in setUp
public void setUp() throws Exception
{
log.debug("### starting " + getClass().getName() + "." + getName() + " ####################################################");
createSchema();
createJbpmContext();
initializeMembers();
}
What assumptions can a test make on the state of the DB? What is the required cleanup that needs to be done?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 3 months