view src/Serpentron-Tests.st @ 10:5bb39198a9be

Always wait before starting next round.
author Mikhail Kryshen <mikhail@kryshen.net>
date Sat, 02 Apr 2016 12:24:52 +0300
parents 27280b550d56
children
line wrap: on
line source

Smalltalk createPackage: 'Serpentron-Tests'!
TestCase subclass: #SerpentronTest
	instanceVariableNames: ''
	package: 'Serpentron-Tests'!