Annotation Type TestSuite


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface TestSuite
    The TestSuite annotation allows Gradescope to test methods in a given class. It is not required to add this annotation to a class that contains test cases, but it is best practice to do so.
    Since:
    1.0
    Version:
    1.0, 2019-10-17
    Author:
    Andrew Davis, asd@alumni.purdue.edu