Adds a {@link TestCase} object to the set of test cases for this question.It is possible to add duplicate test cases to a question.
@param test The test case to add to the question
@return true if the test case was added successfully, false otherwise
@throws java.lang.IllegalArgumentException When the test case is null
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.