Diviner

Class ArcanistLinterTestCase

Definedsrc/lint/linter/__tests__/ArcanistLinterTestCase.php:8
GroupTest Cases
ExtendsArcanistPhutilTestCase

Facilitiates implementation of test cases for ArcanistLinters.

Tasks

Unspecified

Methods

private compareLint($file, $expect, $result)

parameterswild$file
wild$expect
wild$result
returnwild
This method is not documented.

protected compareTransform($expected, $actual)

parameterswild$expected
wild$actual
returnwild
This method is not documented.

public executeTestsInDirectory($root, $linter, $working_copy)

parameterswild$root
wild$linter
wild$working_copy
returnwild
This method is not documented.

private lintFile($file, $linter, $working_copy)

parameterswild$file
wild$linter
wild$working_copy
returnwild
This method is not documented.