testkit
testkit
API
scalafix
internal.testkit
AssertDelta
AssertDiff
AssertDiff
CommentAssertion
CommentAssertion
EndOfLineAssertExtractor
Matrix
MultiLineAssertExtractor
testkit
AbstractSemanticRuleSuite
AbstractSyntacticRuleSuite
DiffAssertions
DiffAssertions
DiffFailure
RuleTest
RuleTest
SemanticRuleSuite
TestkitPath
TestkitPath
TestkitProperties
TestkitProperties
testkit
/
scalafix
/
scalafix.internal.testkit
/
Matrix
Matrix
scalafix.internal.testkit.Matrix
class
Matrix
[
T
](
array
:
IndexedSeq
[
IndexedSeq
[
T
]],
_rows
:
Int
,
_columns
:
Int
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
def
cells
:
IndexedSeq
[
T
]
def
column
(
c
:
Int
):
IndexedSeq
[
T
]
def
columns
:
IndexedSeq
[
IndexedSeq
[
T
]]
def
row
(
r
:
Int
):
IndexedSeq
[
T
]
def
rows
:
IndexedSeq
[
IndexedSeq
[
T
]]
In this article
Attributes
Members list
Value members
Concrete methods