Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for JUnitTestClassNamingConvention (0.16 sec)

  1. .idea/inspectionProfiles/idea_default.xml

        <inspection_tool class="InstanceofIncompatibleInterface" enabled="true" level="WARNING" enabled_by_default="true" />
        <inspection_tool class="JUnitTestClassNamingConvention" enabled="true" level="WARNING" enabled_by_default="true">
          <option name="m_regex" value="[A-Z][A-Za-z0-9]*Test" />
          <option name="m_minLength" value="8" />
          <option name="m_maxLength" value="64" />
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Nov 09 20:59:03 UTC 2023
    - 32.4K bytes
    - Viewed (0)
Back to top