jar

com.github.volodya-lombrozo : test-naming-conventions

Maven & Gradle

Feb 24, 2023
17 stars

test-naming-conventions · Plugin for checking test naming rules

Table Of Contents

Latest Version

Download com.github.volodya-lombrozo : test-naming-conventions JAR file - Latest Versions:

All Versions

Download com.github.volodya-lombrozo : test-naming-conventions JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window test-naming-conventions-0.1.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.lombrozo.testnames.javaparser

├─ com.github.lombrozo.testnames.javaparser.JavaParserCase.class - [JAR]

├─ com.github.lombrozo.testnames.javaparser.JavaTestCode.class - [JAR]

com.github.lombrozo.testnames.complaints

├─ com.github.lombrozo.testnames.complaints.ComplexComplaint.class - [JAR]

├─ com.github.lombrozo.testnames.complaints.WrongTestName.class - [JAR]

com.github.lombrozo.testnames

├─ com.github.lombrozo.testnames.Case.class - [JAR]

├─ com.github.lombrozo.testnames.Cases.class - [JAR]

├─ com.github.lombrozo.testnames.Complaint.class - [JAR]

├─ com.github.lombrozo.testnames.Rule.class - [JAR]

├─ com.github.lombrozo.testnames.ValidateMojo.class - [JAR]

com.github.lombrozo.testnames.rules

├─ com.github.lombrozo.testnames.rules.AllTestsInPresentSimple.class - [JAR]

├─ com.github.lombrozo.testnames.rules.CompositeTestPathRule.class - [JAR]

├─ com.github.lombrozo.testnames.rules.ConditionalRule.class - [JAR]

├─ com.github.lombrozo.testnames.rules.NotCamelCase.class - [JAR]

├─ com.github.lombrozo.testnames.rules.NotContainsTestWord.class - [JAR]

├─ com.github.lombrozo.testnames.rules.NotSpam.class - [JAR]

├─ com.github.lombrozo.testnames.rules.NotUsesSpecialCharacters.class - [JAR]

├─ com.github.lombrozo.testnames.rules.PresentSimpleRule.class - [JAR]

├─ com.github.lombrozo.testnames.rules.PresentTense.class - [JAR]