[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 
test[scripting] 500 - Compiler testset start
ScriptCompiler tests
Create a class (ScriptCompilerTest) compiling methods using ScriptCompiler.
Then perform the tests then remove the class (in test[scripting] 590 - Compiler testset end).
"Creating ScriptCompilerTest class"
Object
	subclass: #ScriptCompilerTest
	instanceVariableNames: ' x y '
	category: #Test !
"Set the compiler to ScriptCompiler"
! ScriptCompilerTest class methodsFor: #compiling !
compilerSupport
	" Returns the compiler of the receiver "
	^ScriptCompiler! !