Added another s to a test class name

This commit is contained in:
Ben Hale
2007-01-01 18:09:39 +00:00
parent 366b302d62
commit 2b60238be6

View File

@@ -22,7 +22,7 @@ import junit.framework.TestCase;
*
* @author Ben Hale
*/
public class DispatchMethodInvokerTest extends TestCase {
public class DispatchMethodInvokerTests extends TestCase {
private class MockClass {
private boolean methodCalled = false;