Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tests
testInterrupt

self assert: 42 equals: (self targetClass signal: [6 * 7]).
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
tests
testInterruptDefered

| x y |
x := 1.
self targetClass deferDuring:
[self targetClass signal: [y := x + 3]. x := 2].
self assert: 5 equals: y.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"class" : {
},
"instance" : {
"testInterrupt" : "ct 6/12/2022 17:10",
"testInterruptDefered" : "ct 6/12/2022 17:17" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"category" : "TelegramBot-Tests",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "TBInterruptTest",
"pools" : [
],
"super" : "ClassTestCase",
"type" : "normal" }