Class MyTest


  • public class MyTest
    extends Object
    My test. This is an example test class, showing off an example test.
    • Constructor Detail

      • MyTest

        public MyTest()
    • Method Detail

      • testSomething

        @Test
        @DisplayName("Testing something \ud83e\udd14")
        public void testSomething()
        Test something. Checks if 2 plus 2 equals 4.