RegressionTests__ExternalInterfaceTests.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 14 Nov 2017 21:13:53 -0300
branchjv
changeset 1959 d05ea54888ee
parent 1567 e17701a073f9
permissions -rw-r--r--
Added tests for `Context >> #unwindAndRestart` and `Context >> resend` ...as the latter used to crash the VM badly.

"{ Package: 'stx:goodies/regression' }"

"{ NameSpace: RegressionTests }"

TestCase subclass:#ExternalInterfaceTests
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'tests-Regression'
!

!ExternalInterfaceTests class methodsFor:'documentation'!

documentation
"
    documentation to be added.

    [author:]
	cg (cg@FUSI)

    [instance variables:]

    [class variables:]

    [see also:]

"
!

history
    "Created: / 23-04-2006 / 08:13:27 / cg"
! !