Class TestingModule
- java.lang.Object
-
- TestingModule
-
public class TestingModule extends java.lang.ObjectThis is a testing class I used for making sure a specific method actually reverses a string. It's easier to test when it doesn't take 20 seconds to launch.- Author:
- Jairo Garciga
-
-
Constructor Summary
Constructors Constructor Description TestingModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)static java.lang.StringreverseString(java.lang.String pw)This method is used in the controller to reverse the database password
-