Package h07

Class TemplateTests


  • public class TemplateTests
    extends Object
    Tests for the template's interfaces.

    These tests assert that the important interfaces and methods (i.e., those that are in the template) haven't been modified to prevent consequential mistakes because all subsequent implementations would be wrong also. Because of this, these tests should always pass or else something has gone seriously wrong.
    • Field Detail

      • INSTANCE

        public static final TemplateTests INSTANCE
        TemplateTests object to use instead of instantiating the class over and over.
    • Constructor Detail

      • TemplateTests

        public TemplateTests()