BaseAnalyzer.visit

Visits a unittest.

When overriden, the protected bool "skipTests" should be handled so that the content of the test is not analyzed.

  1. alias visit = ASTVisitor.visit
  2. void visit(Unittest unittest_)
    class BaseAnalyzer
    override
    void
    visit
    (
    const Unittest unittest_
    )

Meta