Class ATestCase<T,R>

java.lang.Object
io.github.imagineDevit.giwt.core.CloseableCase
io.github.imagineDevit.giwt.core.ATestCase<T,R>

public abstract class ATestCase<T,R> extends CloseableCase
  • Field Details

  • Constructor Details

  • Method Details

    • run

      protected abstract void run()
    • getName

      protected String getName()
      Returns the name of the test case with its relevant parameters formatted. If the test case has parameters, it will format the name using the parameters. If not, it will return the name as is. Note: This method is protected, which means it can only be accessed by classes within the same package or subclasses.
      Returns:
      the formatted name of the test case.