Class TestingModule


  • public class TestingModule
    extends java.lang.Object
    This 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 void main​(java.lang.String[] args)  
      static java.lang.String reverseString​(java.lang.String pw)
      This method is used in the controller to reverse the database password
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestingModule

        public TestingModule()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • reverseString

        public static java.lang.String reverseString​(java.lang.String pw)
        This method is used in the controller to reverse the database password
        Parameters:
        pw - The string to be reversed
        Returns:
        The new reversed string