===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
junit5-5.3.2/documentation/src/docs/asciidoc/user-guide/writing-tests.adoc-1046-| `java.io.File`             | `"/path/to/file"`                        -> `new File("/path/to/file")`
junit5-5.3.2/documentation/src/docs/asciidoc/user-guide/writing-tests.adoc:1047:| `java.lang.Class`          | `"java.lang.Integer"`                    -> `java.lang.Integer.class` _(use `$` for nested classes, e.g. `"java.lang.Thread$State"`)_
junit5-5.3.2/documentation/src/docs/asciidoc/user-guide/writing-tests.adoc-1048-| `java.lang.Class`          | `"byte"`                                 -> `byte.class` _(primitive types are supported)_