Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crotest
v1.0.3
Crotest
AssertionFailed
Assertions
Context
ContextPlan
DSL
ErroredTest
FailedTest
PassedTest
PendingTest
Test
Built with Crystal 1.9.2
2023-10-08 11:47:28 UTC
class
Crotest::ContextPlan
Crotest::ContextPlan
Reference
Object
Defined in:
crotest/context.cr
Class Method Summary
.add_after
(&block)
.add_before
(&block)
.current_scope
.drop_scoped_contexts
.setup
.stack_scope
(id : String)
.teardown
Class Method Detail
def self.
add_after
(&block)
#
[
View source
]
def self.
add_before
(&block)
#
[
View source
]
def self.
current_scope
#
[
View source
]
def self.
drop_scoped_contexts
#
[
View source
]
def self.
setup
#
[
View source
]
def self.
stack_scope
(id : String)
#
[
View source
]
def self.
teardown
#
[
View source
]