Class VerifyTestClassNamingConvention

java.lang.Object
org.apache.lucene.tests.util.VerifyTestClassNamingConvention
All Implemented Interfaces:
org.junit.rules.TestRule

public class VerifyTestClassNamingConvention extends Object
Enforce test naming convention.
  • Constructor Details

    • VerifyTestClassNamingConvention

      public VerifyTestClassNamingConvention(String packagePrefix, Pattern namingConvention)
  • Method Details

    • before

      protected void before() throws Exception
      Throws:
      Exception
    • apply

      public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement s, Description d)
      Specified by:
      apply in interface org.junit.rules.TestRule
    • after

      protected void after() throws Exception
      Throws:
      Exception