Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
minitest
v1.3.0
Top Level Namespace
Exception
Minitest
AbstractReporter
Assertion
Assertions
CompositeReporter
Diff
Delta
Type
Expectation
Expectations
LifecycleHooks
LocationFilter
Options
ProgressReporter
Result
Runnable
Data
Skip
Spec
StatisticsReporter
SummaryReporter
Test
UnexpectedError
Object
Built with Crystal 1.10.0
2023-12-18 16:36:32 UTC
enum
Minitest::
Diff::
Type
Defined in:
diff.cr
Enum Members
DELETED
=
0
APPENDED
=
1
UNCHANGED
=
2
Instance Method Summary
#appended?
#deleted?
#reverse
:
self
#unchanged?
Instance Method Detail
def
appended?
#
[
View source
]
def
deleted?
#
[
View source
]
def
reverse
:
self
#
[
View source
]
def
unchanged?
#
[
View source
]