Class CodingConventionTests

java.lang.Object
house.inksoftware.degs.CodingConventionTests
All Implemented Interfaces:
DEGSTest

public class CodingConventionTests extends Object implements DEGSTest
  • Constructor Details

    • CodingConventionTests

      public CodingConventionTests()
  • Method Details

    • runDEGSTests

      @Test public void runDEGSTests()
    • findAllFilePaths

      public static void findAllFilePaths() throws IOException
      Throws:
      IOException
    • testLoggingExistsInCatchBlock

      public void testLoggingExistsInCatchBlock()
    • testControllerContainsLogStatement

      public void testControllerContainsLogStatement()
    • testMethodReturnsVariableNamedResult

      public void testMethodReturnsVariableNamedResult()
    • testControllerMethodIsNoMoreThanFiveLines

      public void testControllerMethodIsNoMoreThanFiveLines()
    • processFileToCheckReturnVariableNameFromMethod

      public void processFileToCheckReturnVariableNameFromMethod(Path path)
    • name

      public String name()
      Specified by:
      name in interface DEGSTest