Class VerifyTestClassNamingConvention

  • All Implemented Interfaces:
    org.junit.rules.TestRule

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

      • VerifyTestClassNamingConvention

        public VerifyTestClassNamingConvention​(String packagePrefix,
                                               Pattern namingConvention)
    • Method Detail

      • 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